@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,2752 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, NgModule, EventEmitter, Output, ViewEncapsulation } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import { SlicePipe, CommonModule } from '@angular/common';
5
+ import * as i1$1 from 'ngx-bootstrap/dropdown';
6
+ import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
7
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
8
+ import * as i1$2 from 'ag-grid-angular';
9
+ import { AgGridModule } from 'ag-grid-angular';
10
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
11
+ import { Subject, timer } from 'rxjs';
12
+ import { debounceTime, distinctUntilChanged, delay } from 'rxjs/operators';
13
+ import * as i2 from 'ngx-bootstrap/tooltip';
14
+ import { TooltipModule } from 'ngx-bootstrap/tooltip';
15
+
16
+ class AvatarComponent {
17
+ constructor() { }
18
+ ngOnInit() {
19
+ this.sp = new SlicePipe();
20
+ this.initials = '';
21
+ this.firstInitial = '';
22
+ this.bgColor = '';
23
+ if (this.firstName) {
24
+ this.initials += this.sp.transform(this.firstName, 0, 1);
25
+ this.firstInitial = this.sp
26
+ .transform(this.firstName, 0, 1)
27
+ .toLocaleLowerCase();
28
+ }
29
+ if (this.lastName) {
30
+ this.initials += this.sp.transform(this.lastName, 0, 1);
31
+ }
32
+ this.bgColor = this.getColor(this.firstInitial);
33
+ }
34
+ getColor(character) {
35
+ switch (character) {
36
+ case 'a':
37
+ return '#D0021B';
38
+ case 'b':
39
+ return '#F5A623';
40
+ case 'c':
41
+ return '#E4D75C';
42
+ case 'd':
43
+ return '#8B572A';
44
+ case 'e':
45
+ return '#579F09';
46
+ case 'f':
47
+ return '#BD10E0';
48
+ case 'g':
49
+ return '#9013FE';
50
+ case 'h':
51
+ return '#4A90E2';
52
+ case 'i':
53
+ return '#39B196';
54
+ case 'j':
55
+ return '#4A4A4A';
56
+ case 'k':
57
+ return '#E84D4D';
58
+ case 'l':
59
+ return '#E84DC0';
60
+ case 'm':
61
+ return '#CE950B';
62
+ case 'n':
63
+ return '#1CCE0B';
64
+ case 'o':
65
+ return '#1DB1A6';
66
+ case 'p':
67
+ return '#3724A9';
68
+ case 'q':
69
+ return '#A9249E';
70
+ case 'r':
71
+ return '#A9246B';
72
+ case 's':
73
+ return '#24A97A';
74
+ case 't':
75
+ return '#1C93B3';
76
+ case 'u':
77
+ return '#D52424';
78
+ case 'v':
79
+ return '#A45519';
80
+ case 'w':
81
+ return '#19A420';
82
+ case 'x':
83
+ return '#A41963';
84
+ case 'y':
85
+ return '#CFD00A';
86
+ case 'z':
87
+ return '#AA0AD0';
88
+ default:
89
+ return '#000000';
90
+ }
91
+ }
92
+ }
93
+ AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
94
+ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AvatarComponent, selector: "symphony-avatar", inputs: { firstName: "firstName", lastName: "lastName", sizePx: "sizePx", fontSizePx: "fontSizePx" }, ngImport: i0, template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n", styles: [".avatar-circle{width:50px;height:50px;background:#000;border-radius:50%;line-height:50px}.avatar-text{text-align:center;color:#fff}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AvatarComponent, decorators: [{
96
+ type: Component,
97
+ args: [{ selector: 'symphony-avatar', template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n", styles: [".avatar-circle{width:50px;height:50px;background:#000;border-radius:50%;line-height:50px}.avatar-text{text-align:center;color:#fff}\n"] }]
98
+ }], ctorParameters: function () { return []; }, propDecorators: { firstName: [{
99
+ type: Input
100
+ }], lastName: [{
101
+ type: Input
102
+ }], sizePx: [{
103
+ type: Input
104
+ }], fontSizePx: [{
105
+ type: Input
106
+ }] } });
107
+
108
+ class AvatarModule {
109
+ }
110
+ AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
111
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AvatarModule, declarations: [AvatarComponent], imports: [CommonModule], exports: [AvatarComponent] });
112
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AvatarModule, imports: [[CommonModule]] });
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AvatarModule, decorators: [{
114
+ type: NgModule,
115
+ args: [{
116
+ declarations: [AvatarComponent],
117
+ imports: [CommonModule],
118
+ exports: [AvatarComponent],
119
+ }]
120
+ }] });
121
+
122
+ class ButtonComponent {
123
+ constructor() {
124
+ this.clicked = new EventEmitter();
125
+ }
126
+ onClick() {
127
+ this.clicked.emit(this.text);
128
+ }
129
+ }
130
+ ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
131
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ButtonComponent, selector: "symphony-button", inputs: { text: "text", disabled: "disabled", isSecondary: "isSecondary", isInverse: "isInverse" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>", styles: ["button{outline:none}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:56px;min-width:140px;font-family:neuzeit_groteskbold;letter-spacing:.4px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:70%}.btn-primary{background:#000!important;color:#fff;border:2px solid #000!important}.btn-primary.is-inverse{background:#FFF!important;color:#000;border:2px solid #FFF!important}.btn-secondary{background:#FFF;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;color:#fff;border:2px solid #FFF}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonComponent, decorators: [{
133
+ type: Component,
134
+ args: [{ selector: 'symphony-button', template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>", styles: ["button{outline:none}.btn{padding-left:40px;padding-right:40px;border-radius:30px;height:56px;min-width:140px;font-family:neuzeit_groteskbold;letter-spacing:.4px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:70%}.btn-primary{background:#000!important;color:#fff;border:2px solid #000!important}.btn-primary.is-inverse{background:#FFF!important;color:#000;border:2px solid #FFF!important}.btn-secondary{background:#FFF;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;color:#fff;border:2px solid #FFF}\n"] }]
135
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
136
+ type: Input
137
+ }], disabled: [{
138
+ type: Input
139
+ }], isSecondary: [{
140
+ type: Input
141
+ }], isInverse: [{
142
+ type: Input
143
+ }], clicked: [{
144
+ type: Output
145
+ }] } });
146
+
147
+ class ButtonModule {
148
+ }
149
+ ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
150
+ ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] });
151
+ ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonModule, providers: [], imports: [[CommonModule]] });
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ButtonModule, decorators: [{
153
+ type: NgModule,
154
+ args: [{
155
+ declarations: [ButtonComponent],
156
+ imports: [CommonModule],
157
+ providers: [],
158
+ exports: [ButtonComponent],
159
+ }]
160
+ }] });
161
+
162
+ class ContextualMenuComponent {
163
+ constructor() {
164
+ this.model = {
165
+ hasBorder: false,
166
+ };
167
+ this.itemClick = new EventEmitter();
168
+ }
169
+ onItemClick(item) {
170
+ this.itemClick.emit(item);
171
+ }
172
+ }
173
+ ContextualMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
174
+ ContextualMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: { model: "model" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n [ngClass]=\"{\n 'has-border': model.hasBorder\n }\"\n aria-controls=\"dropdown-basic\"\n aria-label=\"more-actions-menu\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let item of model.items\">\n <a\n class=\"dropdown-item\"\n href=\"#\"\n (click)=\"$event.preventDefault(); onItemClick(item)\"\n >{{ item }}</a\n >\n </li>\n </ul>\n</div>\n", styles: [".btn-group .has-border{border-radius:50%;border:2px solid #000;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.btn-group button.dropdown-toggle.btn{display:flex;align-items:center;justify-content:center;background:#ffffff;padding:0;font-size:18px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000000;color:#fff}.btn-group button.dropdown-toggle.btn .si-more-options{font-size:18px}.btn-group .dropdown-menu{min-width:240px;margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:-10px;left:auto;box-shadow:0 0 30px #0003;max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:0 20px;line-height:40px;color:#000;font-weight:600}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{content:\"\\e252\";font-family:Glyphicons Halflings!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:23px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000000;color:#fff}\n"], directives: [{ type: i1$1.BsDropdownDirective, selector: "[bsDropdown],[dropdown]", inputs: ["autoClose", "isAnimated", "insideClick", "isDisabled", "isOpen", "placement", "triggers", "container", "dropup"], outputs: ["onShown", "onHidden", "isOpenChange"], exportAs: ["bs-dropdown"] }, { type: i1$1.BsDropdownToggleDirective, selector: "[bsDropdownToggle],[dropdownToggle]", exportAs: ["bs-dropdown-toggle"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.BsDropdownMenuDirective, selector: "[bsDropdownMenu],[dropdownMenu]", exportAs: ["bs-dropdown-menu"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuComponent, decorators: [{
176
+ type: Component,
177
+ args: [{ selector: 'symphony-contextual-menu', template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n [ngClass]=\"{\n 'has-border': model.hasBorder\n }\"\n aria-controls=\"dropdown-basic\"\n aria-label=\"more-actions-menu\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let item of model.items\">\n <a\n class=\"dropdown-item\"\n href=\"#\"\n (click)=\"$event.preventDefault(); onItemClick(item)\"\n >{{ item }}</a\n >\n </li>\n </ul>\n</div>\n", styles: [".btn-group .has-border{border-radius:50%;border:2px solid #000;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.btn-group button.dropdown-toggle.btn{display:flex;align-items:center;justify-content:center;background:#ffffff;padding:0;font-size:18px;line-height:26px;box-shadow:none;width:40px;height:40px;border-radius:50%;color:#000}.btn-group button.dropdown-toggle.btn:hover{background:#000000;color:#fff}.btn-group button.dropdown-toggle.btn .si-more-options{font-size:18px}.btn-group .dropdown-menu{min-width:240px;margin-top:10px;border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;right:-10px;left:auto;box-shadow:0 0 30px #0003;max-height:none;overflow:inherit}.btn-group .dropdown-menu li a.dropdown-item{padding:0 20px;line-height:40px;color:#000;font-weight:600}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{content:\"\\e252\";font-family:Glyphicons Halflings!important;font-size:14px;transform:rotate(180deg);display:inline-block;position:absolute;top:-13px;right:23px;color:#fff}.btn-group.open button.dropdown-toggle.btn{background:#000000;color:#fff}\n"] }]
178
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
179
+ type: Input
180
+ }], itemClick: [{
181
+ type: Output
182
+ }] } });
183
+
184
+ class ContextualMenuModule {
185
+ }
186
+ ContextualMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
187
+ ContextualMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, declarations: [ContextualMenuComponent], imports: [CommonModule, i1$1.BsDropdownModule, BrowserAnimationsModule], exports: [ContextualMenuComponent] });
188
+ ContextualMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, imports: [[CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule]] });
189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContextualMenuModule, decorators: [{
190
+ type: NgModule,
191
+ args: [{
192
+ declarations: [ContextualMenuComponent],
193
+ imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
194
+ exports: [ContextualMenuComponent],
195
+ }]
196
+ }] });
197
+
198
+ class FilterAreaComponent {
199
+ constructor() { }
200
+ }
201
+ FilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
202
+ FilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterAreaComponent, selector: "symphony-filter-area", ngImport: i0, template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <ng-content select=\"[title]\"></ng-content>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[actions]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-25\">\n <ng-content select=\"[filter-7]\"></ng-content>\n </div>\n </div>\n</div>", styles: [".sfx-filter-section{background:#000000;color:#fff;padding:1.875rem 2.5rem}\n"] });
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaComponent, decorators: [{
204
+ type: Component,
205
+ args: [{ selector: 'symphony-filter-area', template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <ng-content select=\"[title]\"></ng-content>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[actions]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-25\">\n <ng-content select=\"[filter-7]\"></ng-content>\n </div>\n </div>\n</div>", styles: [".sfx-filter-section{background:#000000;color:#fff;padding:1.875rem 2.5rem}\n"] }]
206
+ }], ctorParameters: function () { return []; } });
207
+
208
+ class FilterAreaModule {
209
+ }
210
+ FilterAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
211
+ FilterAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, declarations: [FilterAreaComponent], imports: [CommonModule], exports: [FilterAreaComponent] });
212
+ FilterAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, imports: [[CommonModule]] });
213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterAreaModule, decorators: [{
214
+ type: NgModule,
215
+ args: [{
216
+ declarations: [FilterAreaComponent],
217
+ imports: [CommonModule],
218
+ exports: [FilterAreaComponent]
219
+ }]
220
+ }] });
221
+
222
+ var ActivityScoreLevel;
223
+ (function (ActivityScoreLevel) {
224
+ ActivityScoreLevel["Low"] = "low";
225
+ ActivityScoreLevel["Medium"] = "medium";
226
+ ActivityScoreLevel["High"] = "high";
227
+ ActivityScoreLevel["Empty"] = "empty";
228
+ })(ActivityScoreLevel || (ActivityScoreLevel = {}));
229
+
230
+ class ContactActivityScoreComponent {
231
+ constructor() {
232
+ this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
233
+ this.contact = { candidateScoreActivityScore: 0 };
234
+ }
235
+ refresh(params) {
236
+ return true;
237
+ }
238
+ agInit(params) {
239
+ this.contact = params.data;
240
+ if (!this.contact.header5) {
241
+ this.dataAvailable = 'N/A';
242
+ }
243
+ else {
244
+ this.dataAvailable = this.contact.header5;
245
+ }
246
+ switch (true) {
247
+ case this.contact.header5 >= 0 && this.contact.header5 < 34: {
248
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
249
+ break;
250
+ }
251
+ case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
252
+ this.contactActivityScoreModel.activityScore =
253
+ ActivityScoreLevel.Medium;
254
+ break;
255
+ }
256
+ case this.contact.header5 > 66: {
257
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
258
+ break;
259
+ }
260
+ default: {
261
+ this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
262
+ break;
263
+ }
264
+ }
265
+ }
266
+ }
267
+ ContactActivityScoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
268
+ ContactActivityScoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ContactActivityScoreComponent, selector: "symphony-contact-activity-score", ngImport: i0, template: "<span\n class=\"activity-score-bg activity-score-{{\n contactActivityScoreModel.activityScore\n }}\"\n>\n <div class=\"activity-score-content\">{{ dataAvailable }}</div>\n</span>\n", styles: [".activity-score-bg{height:38px;width:38px;background-color:#bbb;border-radius:50%;display:inline-block;color:#fff;text-align:center}.activity-score-bg.activity-score-high{background-color:#00bb5b}.activity-score-bg.activity-score-medium{background-color:#f57300}.activity-score-bg.activity-score-low{background-color:#d60000}.activity-score-bg.activity-score-empty{background-color:#fff;color:#000!important}\n"] });
269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreComponent, decorators: [{
270
+ type: Component,
271
+ args: [{ selector: 'symphony-contact-activity-score', template: "<span\n class=\"activity-score-bg activity-score-{{\n contactActivityScoreModel.activityScore\n }}\"\n>\n <div class=\"activity-score-content\">{{ dataAvailable }}</div>\n</span>\n", styles: [".activity-score-bg{height:38px;width:38px;background-color:#bbb;border-radius:50%;display:inline-block;color:#fff;text-align:center}.activity-score-bg.activity-score-high{background-color:#00bb5b}.activity-score-bg.activity-score-medium{background-color:#f57300}.activity-score-bg.activity-score-low{background-color:#d60000}.activity-score-bg.activity-score-empty{background-color:#fff;color:#000!important}\n"] }]
272
+ }], ctorParameters: function () { return []; } });
273
+
274
+ class EventSettingsMoreOptionsComponent {
275
+ constructor() {
276
+ this.agGridParams = {};
277
+ this.moreOptions = {
278
+ items: ['Edit', 'Set as Default'],
279
+ hasBorder: false,
280
+ };
281
+ }
282
+ refresh(params) {
283
+ return true;
284
+ }
285
+ agInit(params) {
286
+ this.agGridParams = params;
287
+ }
288
+ onItemClick(item) {
289
+ const action = {
290
+ item,
291
+ row: this.agGridParams,
292
+ };
293
+ this.agGridParams.itemClick(action);
294
+ }
295
+ }
296
+ EventSettingsMoreOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
297
+ EventSettingsMoreOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventSettingsMoreOptionsComponent, selector: "symphony-event-settings-more-options", ngImport: i0, template: "<symphony-contextual-menu\n class=\"more-options\"\n *ngIf=\"moreOptions.items && moreOptions.items.length > 0\"\n [model]=\"moreOptions\"\n (itemClick)=\"onItemClick($event)\"\n>\n</symphony-contextual-menu>\n", components: [{ type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsComponent, decorators: [{
299
+ type: Component,
300
+ args: [{ selector: 'symphony-event-settings-more-options', template: "<symphony-contextual-menu\n class=\"more-options\"\n *ngIf=\"moreOptions.items && moreOptions.items.length > 0\"\n [model]=\"moreOptions\"\n (itemClick)=\"onItemClick($event)\"\n>\n</symphony-contextual-menu>\n" }]
301
+ }], ctorParameters: function () { return []; } });
302
+
303
+ class InputToggleComponent {
304
+ constructor() {
305
+ this.toggleClick = new EventEmitter();
306
+ }
307
+ toggleClicked() {
308
+ this.isToggled = !this.isToggled;
309
+ this.toggleClick.emit(this.isToggled);
310
+ }
311
+ }
312
+ InputToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
313
+ InputToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputToggleComponent, selector: "symphony-input-toggle", inputs: { isToggled: "isToggled", isInverse: "isInverse" }, outputs: { toggleClick: "toggleClick" }, ngImport: i0, template: "<label class=\"switch\">\n <input\n aria-label=\"toggle-active-state\"\n [checked]=\"isToggled\"\n type=\"checkbox\"\n (click)=\"toggleClicked()\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n />\n <span class=\"slider round\"></span>\n</label>\n", styles: [".switch{position:relative;vertical-align:middle;display:inline-block;width:30px;height:14px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:\"\";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round.round:before{border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(15px)}input:focus+.slider{box-shadow:0 0 1px #2196f3}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleComponent, decorators: [{
315
+ type: Component,
316
+ args: [{ selector: 'symphony-input-toggle', template: "<label class=\"switch\">\n <input\n aria-label=\"toggle-active-state\"\n [checked]=\"isToggled\"\n type=\"checkbox\"\n (click)=\"toggleClicked()\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n />\n <span class=\"slider round\"></span>\n</label>\n", styles: [".switch{position:relative;vertical-align:middle;display:inline-block;width:30px;height:14px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:\"\";height:10px;width:10px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.slider.round{border-radius:16px}.slider.round.round:before{border-radius:50%}input:checked+.slider{background-color:#000}input:checked+.slider:before{transform:translate(15px)}input:focus+.slider{box-shadow:0 0 1px #2196f3}\n"] }]
317
+ }], ctorParameters: function () { return []; }, propDecorators: { isToggled: [{
318
+ type: Input
319
+ }], isInverse: [{
320
+ type: Input
321
+ }], toggleClick: [{
322
+ type: Output
323
+ }] } });
324
+
325
+ class GridToggleCellRendererComponent {
326
+ refresh(params) {
327
+ return true;
328
+ }
329
+ agInit(params) {
330
+ this.params = params;
331
+ }
332
+ toggleClickedHandler(isToggled) {
333
+ const model = {
334
+ isToggled,
335
+ row: this.params,
336
+ };
337
+ this.params.clicked(model);
338
+ }
339
+ }
340
+ GridToggleCellRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
341
+ GridToggleCellRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridToggleCellRendererComponent, selector: "symphony-grid-toggle-cell-renderer", ngImport: i0, template: "<symphony-input-toggle\n [isToggled]=\"params.data[params.colDef.field]\"\n (toggleClick)=\"toggleClickedHandler($event)\"\n></symphony-input-toggle>\n", components: [{ type: InputToggleComponent, selector: "symphony-input-toggle", inputs: ["isToggled", "isInverse"], outputs: ["toggleClick"] }] });
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererComponent, decorators: [{
343
+ type: Component,
344
+ args: [{ selector: 'symphony-grid-toggle-cell-renderer', template: "<symphony-input-toggle\n [isToggled]=\"params.data[params.colDef.field]\"\n (toggleClick)=\"toggleClickedHandler($event)\"\n></symphony-input-toggle>\n" }]
345
+ }] });
346
+
347
+ var RelevanceScoreLevel;
348
+ (function (RelevanceScoreLevel) {
349
+ RelevanceScoreLevel["Value"] = "value";
350
+ RelevanceScoreLevel["Empty"] = "empty";
351
+ })(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
352
+
353
+ class RelevanceScoreComponent {
354
+ constructor() {
355
+ this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
356
+ this.contact = { relevanceScore: 0 };
357
+ }
358
+ refresh(params) {
359
+ return true;
360
+ }
361
+ agInit(params) {
362
+ this.contact = params.data;
363
+ if (this.contact) {
364
+ if (this.contact.header4 || this.contact.header4 === 0) {
365
+ this.relevanceData = this.contact.header4;
366
+ this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
367
+ }
368
+ else {
369
+ this.relevanceData = 'N/A';
370
+ }
371
+ }
372
+ }
373
+ }
374
+ RelevanceScoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
375
+ RelevanceScoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: RelevanceScoreComponent, selector: "symphony-relevance-score", ngImport: i0, template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>", styles: [".relevance-score-bg{height:38px;width:38px;background-color:#fff;border-radius:50%;display:inline-block;color:#000;text-align:center}.relevance-score-value{border:1px solid black;font-weight:700}\n"] });
376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreComponent, decorators: [{
377
+ type: Component,
378
+ args: [{ selector: 'symphony-relevance-score', template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>", styles: [".relevance-score-bg{height:38px;width:38px;background-color:#fff;border-radius:50%;display:inline-block;color:#000;text-align:center}.relevance-score-value{border:1px solid black;font-weight:700}\n"] }]
379
+ }], ctorParameters: function () { return []; } });
380
+
381
+ class GridComponent {
382
+ constructor() {
383
+ this.rowHeightPage = 80;
384
+ this.gridHeight = 100;
385
+ this.frameworkComponents = this.getFrameworkComponents();
386
+ this.getRowHeight = () => {
387
+ return this.rowHeightPage;
388
+ };
389
+ }
390
+ onGridReady(gridReadyEvent) {
391
+ gridReadyEvent.api.sizeColumnsToFit();
392
+ }
393
+ getFrameworkComponents() {
394
+ return {
395
+ contactActivityScore: ContactActivityScoreComponent,
396
+ fitScore: RelevanceScoreComponent,
397
+ gridToggle: GridToggleCellRendererComponent,
398
+ moreActions: EventSettingsMoreOptionsComponent,
399
+ };
400
+ }
401
+ }
402
+ GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
403
+ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridComponent, selector: "symphony-grid", inputs: { columnDefs: "columnDefs", rowData: "rowData" }, ngImport: i0, template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"rowData\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n", styles: [""], components: [{ type: i1$2.AgGridAngular, selector: "ag-grid-angular", inputs: ["alignedGrids", "rowData", "columnDefs", "excelStyles", "pinnedTopRowData", "pinnedBottomRowData", "chartThemes", "components", "frameworkComponents", "rowStyle", "context", "autoGroupColumnDef", "localeText", "icons", "datasource", "serverSideDatasource", "viewportDatasource", "groupRowRendererParams", "aggFuncs", "fullWidthCellRendererParams", "defaultColGroupDef", "defaultColDef", "defaultExportParams", "columnTypes", "rowClassRules", "detailGridOptions", "detailCellRendererParams", "loadingCellRendererParams", "loadingOverlayComponentParams", "noRowsOverlayComponentParams", "popupParent", "colResizeDefault", "reduxStore", "statusBar", "sideBar", "chartThemeOverrides", "customChartThemes", "sortingOrder", "rowClass", "rowSelection", "overlayLoadingTemplate", "overlayNoRowsTemplate", "quickFilterText", "rowModelType", "editType", "domLayout", "clipboardDeliminator", "rowGroupPanelShow", "multiSortKey", "pivotColumnGroupTotals", "pivotRowTotals", "pivotPanelShow", "fillHandleDirection", "rowHeight", "detailRowHeight", "rowBuffer", "colWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "groupDefaultExpanded", "minColWidth", "maxColWidth", "viewportRowModelPageSize", "viewportRowModelBufferSize", "autoSizePadding", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "tooltipShowDelay", "cacheOverflowSize", "paginationPageSize", "cacheBlockSize", "infiniteInitialRowCount", "scrollbarWidth", "batchUpdateWaitMillis", "asyncTransactionWaitMillis", "blockLoadDebounceMillis", "keepDetailRowsCount", "undoRedoCellEditingLimit", "cellFlashDelay", "cellFadeDelay", "localeTextFunc", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "dateComponent", "dateComponentFramework", "groupRowRenderer", "groupRowRendererFramework", "isExternalFilterPresent", "getRowHeight", "doesExternalFilterPass", "getRowClass", "getRowStyle", "getRowClassRules", "traverseNode", "getContextMenuItems", "getMainMenuItems", "processRowPostCreate", "processCellForClipboard", "groupRowAggNodes", "getRowNodeId", "isFullWidthCell", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "processSecondaryColDef", "processSecondaryColGroupDef", "getBusinessKeyForNode", "sendToClipboard", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getDetailRowData", "processCellFromClipboard", "getDocument", "postProcessPopup", "getChildCount", "getDataPath", "loadingCellRenderer", "loadingCellRendererFramework", "loadingOverlayComponent", "loadingOverlayComponentFramework", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "detailCellRenderer", "detailCellRendererFramework", "defaultGroupSortComparator", "isRowMaster", "isRowSelectable", "postSort", "processHeaderForClipboard", "paginationNumberFormatter", "processDataFromClipboard", "getServerSideGroupKey", "isServerSideGroup", "suppressKeyboardEvent", "createChartContainer", "processChartOptions", "getChartToolbarItems", "fillOperation", "suppressMakeColumnVisibleAfterUnGroup", "suppressRowClickSelection", "suppressCellSelection", "suppressHorizontalScroll", "alwaysShowVerticalScroll", "debug", "enableBrowserTooltips", "enableCellExpressions", "angularCompileRows", "angularCompileFilters", "groupSuppressAutoColumn", "groupSelectsChildren", "groupIncludeFooter", "groupIncludeTotalFooter", "groupUseEntireRow", "groupSuppressBlankHeader", "suppressMenuHide", "suppressRowDeselection", "unSortIcon", "suppressMultiSort", "singleClickEdit", "suppressLoadingOverlay", "suppressNoRowsOverlay", "suppressAutoSize", "skipHeaderOnAutoSize", "suppressParentsInRowNodes", "suppressColumnMoveAnimation", "suppressMovableColumns", "suppressFieldDotNotation", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "suppressClearOnFillReduction", "deltaSort", "suppressTouch", "suppressAsyncEvents", "allowContextMenuWithControlKey", "suppressContextMenu", "rememberGroupStateWhenNewData", "enableCellChangeFlash", "suppressDragLeaveHidesColumns", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "suppressCopyRowsToClipboard", "copyHeadersToClipboard", "pivotMode", "suppressAggFuncInHeader", "suppressColumnVirtualisation", "suppressAggAtRootLevel", "suppressFocusAfterRefresh", "functionsPassive", "functionsReadOnly", "animateRows", "groupSelectsFiltered", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "enableRtl", "suppressClickEdit", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "enableMultiRowDragging", "enableGroupEdit", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "suppressPaginationPanel", "floatingFilter", "groupHideOpenParents", "groupMultiAutoColumn", "pagination", "stopEditingWhenGridLosesFocus", "paginationAutoPageSize", "suppressScrollOnNewData", "purgeClosedRowNodes", "cacheQuickFilter", "deltaRowDataMode", "ensureDomOrder", "accentedSort", "suppressChangeDetection", "valueCache", "valueCacheNeverExpires", "aggregateOnlyChangedColumns", "suppressAnimationFrame", "suppressExcelExport", "suppressCsvExport", "treeData", "masterDetail", "suppressMultiRangeSelection", "enterMovesDownAfterEdit", "enterMovesDown", "suppressPropertyNamesCheck", "rowMultiSelectWithClick", "suppressEnterpriseResetOnNewColumns", "enableOldSetFilterModel", "suppressRowHoverHighlight", "suppressRowTransform", "suppressClipboardPaste", "suppressLastEmptyLineOnPaste", "serverSideSortingAlwaysResets", "reactNext", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "enableCharts", "deltaColumnMode", "suppressMaintainUnsortedOrder", "enableCellTextSelection", "suppressBrowserResizeObserver", "suppressMaxRenderedRowRestriction", "excludeChildrenWhenTreeDataFiltering", "tooltipMouseTrack", "keepDetailRows", "paginateChildRows", "preventDefaultOnContextMenu", "undoRedoCellEditing", "allowDragFromColumnsToolPanel", "immutableData", "immutableColumns", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "applyColumnDefOrder", "debounceVerticalScrollbar", "detailRowAutoHeight", "gridOptions", "modules"], outputs: ["columnEverythingChanged", "newColumnsLoaded", "columnPivotModeChanged", "columnRowGroupChanged", "expandOrCollapseAll", "columnPivotChanged", "gridColumnsChanged", "columnValueChanged", "columnMoved", "columnVisible", "columnPinned", "columnGroupOpened", "columnResized", "displayedColumnsChanged", "virtualColumnsChanged", "rowGroupOpened", "rowDataChanged", "rowDataUpdated", "pinnedRowDataChanged", "rangeSelectionChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "toolPanelVisibleChanged", "modelUpdated", "pasteStart", "pasteEnd", "fillStart", "fillEnd", "cellClicked", "cellDoubleClicked", "cellMouseDown", "cellContextMenu", "cellValueChanged", "rowValueChanged", "cellFocused", "rowSelected", "selectionChanged", "cellKeyDown", "cellKeyPress", "cellMouseOver", "cellMouseOut", "filterChanged", "filterModified", "filterOpened", "sortChanged", "virtualRowRemoved", "rowClicked", "rowDoubleClicked", "gridReady", "gridSizeChanged", "viewportChanged", "scrollbarWidthChanged", "firstDataRendered", "dragStarted", "dragStopped", "checkboxChanged", "rowEditingStarted", "rowEditingStopped", "cellEditingStarted", "cellEditingStopped", "bodyScroll", "animationQueueEmpty", "heightScaleChanged", "paginationChanged", "componentStateChanged", "bodyHeightChanged", "displayedColumnsWidthChanged", "scrollVisibilityChanged", "columnHoverChanged", "flashCells", "paginationPixelOffsetChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "popupToFront", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest", "keyboardFocus", "mouseFocus"] }] });
404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, decorators: [{
405
+ type: Component,
406
+ args: [{ selector: 'symphony-grid', template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"rowData\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n", styles: [""] }]
407
+ }], ctorParameters: function () { return []; }, propDecorators: { columnDefs: [{
408
+ type: Input
409
+ }], rowData: [{
410
+ type: Input
411
+ }] } });
412
+
413
+ class ContactActivityScoreModule {
414
+ }
415
+ ContactActivityScoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
416
+ ContactActivityScoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, declarations: [ContactActivityScoreComponent], imports: [CommonModule] });
417
+ ContactActivityScoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, imports: [[CommonModule]] });
418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ContactActivityScoreModule, decorators: [{
419
+ type: NgModule,
420
+ args: [{
421
+ declarations: [ContactActivityScoreComponent],
422
+ imports: [CommonModule],
423
+ }]
424
+ }] });
425
+
426
+ class EventSettingsMoreOptionsModule {
427
+ }
428
+ EventSettingsMoreOptionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
429
+ EventSettingsMoreOptionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, declarations: [EventSettingsMoreOptionsComponent], imports: [CommonModule, ContextualMenuModule], exports: [EventSettingsMoreOptionsComponent] });
430
+ EventSettingsMoreOptionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, imports: [[CommonModule, ContextualMenuModule]] });
431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventSettingsMoreOptionsModule, decorators: [{
432
+ type: NgModule,
433
+ args: [{
434
+ declarations: [EventSettingsMoreOptionsComponent],
435
+ imports: [CommonModule, ContextualMenuModule],
436
+ exports: [EventSettingsMoreOptionsComponent],
437
+ }]
438
+ }] });
439
+
440
+ class InputToggleModule {
441
+ }
442
+ InputToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
443
+ InputToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, declarations: [InputToggleComponent], imports: [CommonModule], exports: [InputToggleComponent] });
444
+ InputToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, imports: [[CommonModule]] });
445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputToggleModule, decorators: [{
446
+ type: NgModule,
447
+ args: [{
448
+ declarations: [InputToggleComponent],
449
+ imports: [CommonModule],
450
+ exports: [InputToggleComponent],
451
+ }]
452
+ }] });
453
+
454
+ class GridToggleCellRendererModule {
455
+ }
456
+ GridToggleCellRendererModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
457
+ GridToggleCellRendererModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, declarations: [GridToggleCellRendererComponent], imports: [CommonModule, InputToggleModule], exports: [GridToggleCellRendererComponent] });
458
+ GridToggleCellRendererModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, imports: [[CommonModule, InputToggleModule]] });
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridToggleCellRendererModule, decorators: [{
460
+ type: NgModule,
461
+ args: [{
462
+ declarations: [GridToggleCellRendererComponent],
463
+ imports: [CommonModule, InputToggleModule],
464
+ exports: [GridToggleCellRendererComponent],
465
+ }]
466
+ }] });
467
+
468
+ class RelevanceScoreModule {
469
+ }
470
+ RelevanceScoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
471
+ RelevanceScoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, declarations: [RelevanceScoreComponent], imports: [CommonModule] });
472
+ RelevanceScoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, imports: [[CommonModule]] });
473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RelevanceScoreModule, decorators: [{
474
+ type: NgModule,
475
+ args: [{
476
+ declarations: [RelevanceScoreComponent],
477
+ imports: [CommonModule],
478
+ }]
479
+ }] });
480
+
481
+ class FrameworkModule {
482
+ }
483
+ FrameworkModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
484
+ FrameworkModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, exports: [ContactActivityScoreModule,
485
+ RelevanceScoreModule,
486
+ GridToggleCellRendererModule,
487
+ EventSettingsMoreOptionsModule] });
488
+ FrameworkModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, imports: [[], ContactActivityScoreModule,
489
+ RelevanceScoreModule,
490
+ GridToggleCellRendererModule,
491
+ EventSettingsMoreOptionsModule] });
492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FrameworkModule, decorators: [{
493
+ type: NgModule,
494
+ args: [{
495
+ declarations: [],
496
+ imports: [],
497
+ exports: [
498
+ ContactActivityScoreModule,
499
+ RelevanceScoreModule,
500
+ GridToggleCellRendererModule,
501
+ EventSettingsMoreOptionsModule,
502
+ ],
503
+ }]
504
+ }] });
505
+
506
+ class GridModule {
507
+ }
508
+ GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
509
+ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, declarations: [GridComponent], imports: [CommonModule, i1$2.AgGridModule, FrameworkModule], exports: [GridComponent] });
510
+ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, imports: [[CommonModule, AgGridModule.withComponents([]), FrameworkModule]] });
511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridModule, decorators: [{
512
+ type: NgModule,
513
+ args: [{
514
+ declarations: [GridComponent],
515
+ imports: [CommonModule, AgGridModule.withComponents([]), FrameworkModule],
516
+ exports: [GridComponent]
517
+ }]
518
+ }] });
519
+
520
+ class H1Component {
521
+ constructor() { }
522
+ }
523
+ H1Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H1Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
524
+ H1Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H1Component, selector: "symphony-h1", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n", styles: [".h1-primary,.h1-secondary{margin-bottom:0;line-height:50px;letter-spacing:-2px;margin-top:0}.h1-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H1Component, decorators: [{
526
+ type: Component,
527
+ args: [{ selector: 'symphony-h1', template: "<h1\n [ngClass]=\"{\n 'h1-secondary': isSecondary,\n 'h1-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h1>\n", styles: [".h1-primary,.h1-secondary{margin-bottom:0;line-height:50px;letter-spacing:-2px;margin-top:0}.h1-secondary{color:#fff}\n"] }]
528
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
529
+ type: Input
530
+ }], isSecondary: [{
531
+ type: Input
532
+ }] } });
533
+
534
+ class H1Module {
535
+ }
536
+ H1Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H1Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
537
+ H1Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H1Module, declarations: [H1Component], imports: [CommonModule], exports: [H1Component] });
538
+ H1Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H1Module, imports: [[CommonModule]] });
539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H1Module, decorators: [{
540
+ type: NgModule,
541
+ args: [{
542
+ declarations: [H1Component],
543
+ imports: [CommonModule],
544
+ exports: [H1Component],
545
+ }]
546
+ }] });
547
+
548
+ class H2Component {
549
+ constructor() { }
550
+ }
551
+ H2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
552
+ H2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H2Component, selector: "symphony-h2", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n", styles: [".h2-primary,.h2-secondary{margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}.h2-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Component, decorators: [{
554
+ type: Component,
555
+ args: [{ selector: 'symphony-h2', template: "<h2 [ngClass]=\"{ 'h2-secondary': isSecondary, 'h2-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h2>\n", styles: [".h2-primary,.h2-secondary{margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}.h2-secondary{color:#fff}\n"] }]
556
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
557
+ type: Input
558
+ }], isSecondary: [{
559
+ type: Input
560
+ }] } });
561
+
562
+ class H2Module {
563
+ }
564
+ H2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
565
+ H2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, declarations: [H2Component], imports: [CommonModule], exports: [H2Component] });
566
+ H2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, imports: [[CommonModule]] });
567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H2Module, decorators: [{
568
+ type: NgModule,
569
+ args: [{
570
+ declarations: [H2Component],
571
+ imports: [CommonModule],
572
+ exports: [H2Component],
573
+ }]
574
+ }] });
575
+
576
+ class H3Component {
577
+ constructor() { }
578
+ }
579
+ H3Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
580
+ H3Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H3Component, selector: "symphony-h3", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n", styles: [".h3-primary,.h3-secondary{margin-bottom:0;line-height:30px;letter-spacing:-1px;margin-top:0}.h3-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Component, decorators: [{
582
+ type: Component,
583
+ args: [{ selector: 'symphony-h3', template: "<h3 [ngClass]=\"{ 'h3-secondary': isSecondary, 'h3-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h3>\n", styles: [".h3-primary,.h3-secondary{margin-bottom:0;line-height:30px;letter-spacing:-1px;margin-top:0}.h3-secondary{color:#fff}\n"] }]
584
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
585
+ type: Input
586
+ }], isSecondary: [{
587
+ type: Input
588
+ }] } });
589
+
590
+ class H3Module {
591
+ }
592
+ H3Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
593
+ H3Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, declarations: [H3Component], imports: [CommonModule], exports: [H3Component] });
594
+ H3Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, imports: [[CommonModule]] });
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H3Module, decorators: [{
596
+ type: NgModule,
597
+ args: [{
598
+ declarations: [H3Component],
599
+ imports: [CommonModule],
600
+ exports: [H3Component],
601
+ }]
602
+ }] });
603
+
604
+ class H4Component {
605
+ constructor() { }
606
+ }
607
+ H4Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
608
+ H4Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H4Component, selector: "symphony-h4", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n", styles: [".h4-primary,.h4-secondary{margin-bottom:0;line-height:20px;letter-spacing:-1px;margin-top:0}.h4-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Component, decorators: [{
610
+ type: Component,
611
+ args: [{ selector: 'symphony-h4', template: "<h4 [ngClass]=\"{ 'h4-secondary': isSecondary, 'h4-primary': !isSecondary }\">\n {{ text }}\n <ng-content></ng-content>\n</h4>\n", styles: [".h4-primary,.h4-secondary{margin-bottom:0;line-height:20px;letter-spacing:-1px;margin-top:0}.h4-secondary{color:#fff}\n"] }]
612
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
613
+ type: Input
614
+ }], isSecondary: [{
615
+ type: Input
616
+ }] } });
617
+
618
+ class H4Module {
619
+ }
620
+ H4Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
621
+ H4Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, declarations: [H4Component], imports: [CommonModule], exports: [H4Component] });
622
+ H4Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, imports: [[CommonModule]] });
623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H4Module, decorators: [{
624
+ type: NgModule,
625
+ args: [{
626
+ declarations: [H4Component],
627
+ imports: [CommonModule],
628
+ exports: [H4Component],
629
+ }]
630
+ }] });
631
+
632
+ class H5Component {
633
+ constructor() { }
634
+ }
635
+ H5Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
636
+ H5Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: H5Component, selector: "symphony-h5", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n", styles: [".h5-primary,.h5-secondary{margin-bottom:0;line-height:20px;margin-top:0}.h5-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Component, decorators: [{
638
+ type: Component,
639
+ args: [{ selector: 'symphony-h5', template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n", styles: [".h5-primary,.h5-secondary{margin-bottom:0;line-height:20px;margin-top:0}.h5-secondary{color:#fff}\n"] }]
640
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
641
+ type: Input
642
+ }], isSecondary: [{
643
+ type: Input
644
+ }] } });
645
+
646
+ class H5Module {
647
+ }
648
+ H5Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
649
+ H5Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, declarations: [H5Component], imports: [CommonModule], exports: [H5Component] });
650
+ H5Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, imports: [[CommonModule]] });
651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: H5Module, decorators: [{
652
+ type: NgModule,
653
+ args: [{
654
+ declarations: [H5Component],
655
+ imports: [CommonModule],
656
+ exports: [H5Component],
657
+ }]
658
+ }] });
659
+
660
+ class ParagraphComponent {
661
+ constructor() { }
662
+ }
663
+ ParagraphComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
664
+ ParagraphComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ParagraphComponent, selector: "symphony-paragraph", inputs: { text: "text", isSecondary: "isSecondary" }, ngImport: i0, template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, decorators: [{
666
+ type: Component,
667
+ args: [{ selector: 'symphony-paragraph', template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"] }]
668
+ }], ctorParameters: function () { return []; }, propDecorators: { text: [{
669
+ type: Input
670
+ }], isSecondary: [{
671
+ type: Input
672
+ }] } });
673
+
674
+ class ParagraphModule {
675
+ }
676
+ ParagraphModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
677
+ ParagraphModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, declarations: [ParagraphComponent], imports: [CommonModule], exports: [ParagraphComponent] });
678
+ ParagraphModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, imports: [[CommonModule]] });
679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphModule, decorators: [{
680
+ type: NgModule,
681
+ args: [{
682
+ declarations: [ParagraphComponent],
683
+ imports: [CommonModule],
684
+ exports: [ParagraphComponent],
685
+ }]
686
+ }] });
687
+
688
+ class IconComponent {
689
+ constructor() {
690
+ this.size = '18px';
691
+ this.clicked = new EventEmitter();
692
+ }
693
+ onClick() {
694
+ this.clicked.emit('clicked');
695
+ }
696
+ }
697
+ IconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
698
+ IconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: IconComponent, selector: "symphony-icon", inputs: { icon: "icon", isSecondary: "isSecondary", size: "size" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n [style.fontSize]=\"size\"\n (click)=\"onClick()\"\n></i>\n", styles: [".icon-secondary{color:#fff}i{cursor:pointer;font-size:18px}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconComponent, decorators: [{
700
+ type: Component,
701
+ args: [{ selector: 'symphony-icon', template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n [style.fontSize]=\"size\"\n (click)=\"onClick()\"\n></i>\n", styles: [".icon-secondary{color:#fff}i{cursor:pointer;font-size:18px}\n"] }]
702
+ }], ctorParameters: function () { return []; }, propDecorators: { icon: [{
703
+ type: Input
704
+ }], isSecondary: [{
705
+ type: Input
706
+ }], size: [{
707
+ type: Input
708
+ }], clicked: [{
709
+ type: Output
710
+ }] } });
711
+
712
+ class IconModule {
713
+ }
714
+ IconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
715
+ IconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, declarations: [IconComponent], imports: [CommonModule], exports: [IconComponent] });
716
+ IconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, imports: [[CommonModule]] });
717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconModule, decorators: [{
718
+ type: NgModule,
719
+ args: [{
720
+ declarations: [IconComponent],
721
+ imports: [CommonModule],
722
+ exports: [IconComponent],
723
+ }]
724
+ }] });
725
+
726
+ var Icons;
727
+ (function (Icons) {
728
+ Icons["MOREOPTIONS"] = "si-more-options";
729
+ Icons["ADD"] = "si-add";
730
+ Icons["ACTIVITY"] = "si-activity";
731
+ Icons["ARROWHIDEREVEAL"] = "si-arrow-hide-reveal";
732
+ Icons["ARROWNEXT"] = "si-arrow-next";
733
+ Icons["ARROWPREV"] = "si-arrow-prev";
734
+ Icons["CLOSEMODAL"] = "si-close-modal";
735
+ Icons["COLLAPSE"] = "si-collapse";
736
+ Icons["DAYMODE"] = "si-daymode";
737
+ Icons["DELETE"] = "si-delete";
738
+ Icons["DOCUMENT"] = "si-document";
739
+ Icons["DOWNLOAD"] = "si-download";
740
+ Icons["EDIT"] = "si-edit";
741
+ Icons["EMAILDRIP"] = "si-email-drip";
742
+ Icons["EMAILOPEN"] = "si-email-open";
743
+ Icons["EMAILSEND"] = "si-email-send";
744
+ Icons["EXPAND"] = "si-expand";
745
+ Icons["FAVORITE"] = "si-favorite";
746
+ Icons["FEEDBACKMAYBE"] = "si-feedback-maybe";
747
+ Icons["FEEDBACKNO"] = "si-feedback-no";
748
+ Icons["FEEDBACKYES"] = "si-feedback-yes";
749
+ Icons["FOLDERMULTIPLE"] = "si-folder-multiple";
750
+ Icons["INCLUDE"] = "si-include";
751
+ Icons["INFO"] = "si-info";
752
+ Icons["INTERVIEW"] = "si-interview";
753
+ Icons["LINK"] = "si-link";
754
+ Icons["LOCATION"] = "si-location";
755
+ Icons["MENUALL"] = "si-menu-all";
756
+ Icons["MENUANALYTICS"] = "si-menu-analytics";
757
+ Icons["MENUASSETS"] = "si-menu-assets";
758
+ Icons["MENUCAMPAIGNS"] = "si-menu-campaigns";
759
+ Icons["MENUCONTACT"] = "si-menu-contact";
760
+ Icons["MENUCONTENT"] = "si-menu-content";
761
+ Icons["MENUDASHBOARD"] = "si-menu-dashboard";
762
+ Icons["MENUEVENTS"] = "si-menu-events";
763
+ Icons["MENUFOLDERS"] = "si-menu-folders";
764
+ Icons["MENUJOBS"] = "si-menu-jobs";
765
+ Icons["MENURETURN"] = "si-menu-return";
766
+ Icons["MENUWORKFLOWS"] = "si-menu-workflows";
767
+ Icons["MERGE"] = "si-merge";
768
+ Icons["MOVE"] = "si-move";
769
+ Icons["NIGHTMODE"] = "si-nightmode";
770
+ Icons["NOTIFICATION"] = "si-notification";
771
+ Icons["ORGANIZECOLUMNS"] = "si-organize-columns";
772
+ Icons["ORGANIZECONTACTS"] = "si-organize-contacts";
773
+ Icons["PENDINGINCOMPLETE"] = "si-pending-incomplete";
774
+ Icons["PHONENUMBER"] = "si-phone-number";
775
+ Icons["PREVIEW"] = "si-preview";
776
+ Icons["PROMOTE"] = "si-promote";
777
+ Icons["REFRESH"] = "si-refresh";
778
+ Icons["REMOVE"] = "si-remove";
779
+ Icons["EXCLUDE"] = "si-exclude";
780
+ Icons["RESULTSFILTERS"] = "si-results-filters";
781
+ Icons["REVIEW"] = "si-review";
782
+ Icons["SALARY"] = "si-salary";
783
+ Icons["SAVE"] = "si-save";
784
+ Icons["SEARCHADVANCED"] = "si-search-advanced";
785
+ Icons["SEARCHCLEAR"] = "si-search-clear";
786
+ Icons["SEARCHNEW"] = "si-search-new";
787
+ Icons["SETTINGSMART"] = "si-settings-smart";
788
+ Icons["SMS"] = "si-sms";
789
+ Icons["SORTMINI"] = "si-sort-mini";
790
+ Icons["STATUS"] = "si-status";
791
+ Icons["SYSTEMACTION"] = "si-system-action";
792
+ Icons["TASKCOMPLETED"] = "si-task-completed";
793
+ Icons["TASKOPEN"] = "si-task-open";
794
+ Icons["TIMEFRAME"] = "si-timeframe";
795
+ Icons["TIMELINE"] = "si-timeline";
796
+ Icons["UPLOAD"] = "si-upload";
797
+ Icons["USERMULTIPLE"] = "si-user-multiple";
798
+ Icons["USER"] = "si-user";
799
+ })(Icons || (Icons = {}));
800
+
801
+ class IconWrapperComponent {
802
+ constructor() {
803
+ this.Icons = Icons;
804
+ this.clicked = new EventEmitter();
805
+ }
806
+ onClick() {
807
+ this.clicked.emit('clicked');
808
+ }
809
+ }
810
+ IconWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
811
+ IconWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: { isInverse: "isInverse" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div\n class=\"icon-wrapper\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n (click)=\"onClick()\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".icon-wrapper{border-radius:50%;border:2px solid black;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.icon-wrapper:hover,.icon-wrapper.is-inverse{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconWrapperComponent, decorators: [{
813
+ type: Component,
814
+ args: [{ selector: 'symphony-icon-wrapper', template: "<div\n class=\"icon-wrapper\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n (click)=\"onClick()\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".icon-wrapper{border-radius:50%;border:2px solid black;height:40px;width:40px;padding:9px 0;cursor:pointer;text-align:center}.icon-wrapper:hover,.icon-wrapper.is-inverse{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}\n"] }]
815
+ }], ctorParameters: function () { return []; }, propDecorators: { isInverse: [{
816
+ type: Input
817
+ }], clicked: [{
818
+ type: Output
819
+ }] } });
820
+
821
+ class IconWrapperModule {
822
+ }
823
+ IconWrapperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
824
+ IconWrapperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconWrapperModule, declarations: [IconWrapperComponent], imports: [CommonModule], exports: [IconWrapperComponent] });
825
+ IconWrapperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconWrapperModule, imports: [[CommonModule]] });
826
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconWrapperModule, decorators: [{
827
+ type: NgModule,
828
+ args: [{
829
+ declarations: [IconWrapperComponent],
830
+ imports: [CommonModule],
831
+ exports: [IconWrapperComponent],
832
+ }]
833
+ }] });
834
+
835
+ class InputCheckboxComponent {
836
+ constructor() {
837
+ this.clicked = new EventEmitter();
838
+ }
839
+ onClick() {
840
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
841
+ this.clicked.emit({
842
+ label: this.label,
843
+ isActive: this.isActive,
844
+ });
845
+ }
846
+ }
847
+ InputCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
848
+ InputCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputCheckboxComponent, selector: "symphony-input-checkbox", inputs: { isActive: "isActive", label: "label", isRequired: "isRequired" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-checkbox\" (click)=\"onClick()\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:transparent}.requiredField{color:red!important}.sfx-checkbox{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-checkbox .sfx-checkbox-input:checked,.sfx-checkbox .sfx-checkbox-input:not(:checked){opacity:0;position:absolute;margin:0;z-index:-1;width:0;height:0;overflow:hidden;left:0;pointer-events:none}.sfx-checkbox .sfx-checkbox-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;padding-left:36px;font-family:neuzeit_groteskbold,sans-serif;margin:0;word-break:break-word}.sfx-checkbox .sfx-checkbox-input~label.sfx-font-reg{font-family:neuzeit_groteskregular,sans-serif}.sfx-checkbox .sfx-checkbox-input~label:before{transform:translateZ(0);transition:all .2s ease-in;position:absolute;content:\"\";left:0;border-radius:2px}.sfx-checkbox .sfx-checkbox-input~label:after{position:absolute;content:\"\";left:0;border-radius:2px;top:0}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:before{width:9px;height:15px;border:none;top:1px;left:0;transform:rotate(37deg) scale(.1);transform-origin:100% 100%}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:after{width:20px;height:20px;border:2px solid #000;z-index:0;border-radius:4px}.sfx-checkbox .sfx-checkbox-input:checked~label:before{top:3px;left:3px;width:6px;height:12px;border-color:transparent #000 #000 transparent;border-style:solid;border-width:0 2px 2px 0;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotate(37deg) scale(1);transform-origin:100% 100%;border-radius:0}.sfx-checkbox .sfx-checkbox-input:checked~label:after{width:20px;height:20px;background-color:#fff;border:2px solid #000;border-radius:4px}.sfx-checkbox .sfx-checkbox-input:disabled~label{opacity:.3;pointer-events:none}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputCheckboxComponent, decorators: [{
850
+ type: Component,
851
+ args: [{ selector: 'symphony-input-checkbox', template: "<div class=\"sfx-checkbox\" (click)=\"onClick()\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:transparent}.requiredField{color:red!important}.sfx-checkbox{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-checkbox .sfx-checkbox-input:checked,.sfx-checkbox .sfx-checkbox-input:not(:checked){opacity:0;position:absolute;margin:0;z-index:-1;width:0;height:0;overflow:hidden;left:0;pointer-events:none}.sfx-checkbox .sfx-checkbox-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;padding-left:36px;font-family:neuzeit_groteskbold,sans-serif;margin:0;word-break:break-word}.sfx-checkbox .sfx-checkbox-input~label.sfx-font-reg{font-family:neuzeit_groteskregular,sans-serif}.sfx-checkbox .sfx-checkbox-input~label:before{transform:translateZ(0);transition:all .2s ease-in;position:absolute;content:\"\";left:0;border-radius:2px}.sfx-checkbox .sfx-checkbox-input~label:after{position:absolute;content:\"\";left:0;border-radius:2px;top:0}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:before{width:9px;height:15px;border:none;top:1px;left:0;transform:rotate(37deg) scale(.1);transform-origin:100% 100%}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:after{width:20px;height:20px;border:2px solid #000;z-index:0;border-radius:4px}.sfx-checkbox .sfx-checkbox-input:checked~label:before{top:3px;left:3px;width:6px;height:12px;border-color:transparent #000 #000 transparent;border-style:solid;border-width:0 2px 2px 0;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotate(37deg) scale(1);transform-origin:100% 100%;border-radius:0}.sfx-checkbox .sfx-checkbox-input:checked~label:after{width:20px;height:20px;background-color:#fff;border:2px solid #000;border-radius:4px}.sfx-checkbox .sfx-checkbox-input:disabled~label{opacity:.3;pointer-events:none}\n"] }]
852
+ }], ctorParameters: function () { return []; }, propDecorators: { isActive: [{
853
+ type: Input
854
+ }], label: [{
855
+ type: Input
856
+ }], isRequired: [{
857
+ type: Input
858
+ }], clicked: [{
859
+ type: Output
860
+ }] } });
861
+
862
+ class InputCheckboxModule {
863
+ }
864
+ InputCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
865
+ InputCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputCheckboxModule, declarations: [InputCheckboxComponent], imports: [CommonModule], exports: [InputCheckboxComponent] });
866
+ InputCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputCheckboxModule, imports: [[CommonModule]] });
867
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputCheckboxModule, decorators: [{
868
+ type: NgModule,
869
+ args: [{
870
+ declarations: [InputCheckboxComponent],
871
+ imports: [CommonModule],
872
+ exports: [InputCheckboxComponent],
873
+ }]
874
+ }] });
875
+
876
+ class InputDropdownComponent {
877
+ constructor() {
878
+ this.selectItem = new EventEmitter();
879
+ this.clearSelection = new EventEmitter();
880
+ }
881
+ ngOnInit() {
882
+ this.initialSelectedValue = this.inputDropdownListModel.selectedName;
883
+ }
884
+ itemClick(action) {
885
+ if (!action.isDisabled) {
886
+ this.selectItem.emit(action);
887
+ this.inputDropdownListModel.selectedName = `${action.name}`;
888
+ }
889
+ }
890
+ onClearSelection() {
891
+ this.inputDropdownListModel.selectedName = this.initialSelectedValue;
892
+ this.clearSelection.emit(this.inputDropdownListModel);
893
+ }
894
+ }
895
+ InputDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
896
+ InputDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: { inputDropdownListModel: "inputDropdownListModel", disableBtn: "disableBtn", isInverse: "isInverse", isRequired: "isRequired" }, outputs: { selectItem: "selectItem", clearSelection: "clearSelection" }, ngImport: i0, template: "<div\n *ngIf=\"inputDropdownListModel.componentHeading\"\n class=\"sfx-filter-label sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n>\n {{ inputDropdownListModel.componentHeading }}\n <span class=\"requiredField\" *ngIf=\"isRequired\">*</span>\n</div>\n<div\n class=\"btn-group sfx-filter-dropdown sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n [isDisabled]=\"disableBtn\"\n dropdown\n>\n <button\n id=\"moreDrop\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n {{ inputDropdownListModel.selectedName }}\n </button>\n <i *ngIf=\"!disableBtn\" class=\"si-arrow-hide-reveal\"></i>\n <hr />\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"moreDrop\"\n [ngClass]=\"{ 'sfx-pb-0': inputDropdownListModel.showClearButton === true }\"\n >\n <li\n *ngFor=\"let action of inputDropdownListModel.dropdownList\"\n [ngClass]=\"{ disabled: action.isDisabled }\"\n (click)=\"itemClick(action)\"\n >\n <a class=\"dropdown-item\" href=\"javascript:;\">{{ action.name }}</a>\n </li>\n <div\n *ngIf=\"inputDropdownListModel.showClearButton\"\n class=\"divider dropdown-divider\"\n ></div>\n <a\n class=\"sfx-filter-item-footer\"\n *ngIf=\"inputDropdownListModel.showClearButton\"\n >\n <button\n type=\"button\"\n (click)=\"onClearSelection()\"\n class=\"pull-left sfx-clear-button\"\n >\n Clear All\n </button>\n </a>\n </ul>\n</div>\n", styles: [".sfx-filter-label{font-family:neuzeit_groteskbold;line-height:25px;margin-bottom:.27rem;margin-left:calc(.3rem + 1px)}.sfx-filter-dropdown{min-width:100%}.sfx-filter-dropdown hr{margin:0;border-top:none;height:1px;width:100%}.sfx-filter-dropdown button.dropdown-toggle.btn{width:calc(100% - .6rem);height:40px;background:transparent;border-color:#d0d0d0;color:#000;margin:.3rem;text-align:left;box-shadow:none;padding:10px 15px}.sfx-filter-dropdown button.dropdown-toggle.btn:before{color:#fff}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled{opacity:1;background:#1d1d1d;border-color:#1d1d1d}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled:before{color:#565656}.sfx-filter-dropdown i{position:absolute;right:12px;top:17px;transform:rotate(180deg);z-index:10;transition:linear .1s;font-size:18px}.sfx-filter-dropdown .dropdown-menu{box-shadow:0 10px 10px #0003;background:#fff;width:100%;border:none;max-height:280px;overflow-y:scroll;padding:0 0 10px;margin:0;border-radius:0}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item{padding:.625rem 1.25rem;color:#000;font-family:neuzeit_groteskbold,sans-serif;word-break:break-word;white-space:normal}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.sfx-filter-dropdown ::-webkit-scrollbar{width:10px}.sfx-filter-dropdown ::-webkit-scrollbar-track{background:#fff}.sfx-filter-dropdown ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.sfx-filter-dropdown ::-webkit-scrollbar-thumb:hover{background:#555}.sfx-filter-dropdown.btn-group.open{background:#fff;box-shadow:0 10px 10px #0003}.sfx-filter-dropdown.btn-group.open i{transform:rotate(0);color:#fff}.sfx-filter-dropdown.btn-group.open hr{margin:0;border-top:1px solid #d0d0d0;width:100%;height:0}.sfx-filter-dropdown.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff;border-color:#000}.sfx-filter-dropdown .sfx-clear-button{background:transparent;border:none;color:#000;font-family:neuzeit_groteskbold;padding:15px 20px 26px}.is-inverse.sfx-filter-label{color:#fff}.is-inverse button.dropdown-toggle.btn{color:#fff;border-color:#565656}.is-inverse i{color:#fff}.sfx-pb-0{padding-bottom:0!important}.requiredField{color:red!important}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.BsDropdownDirective, selector: "[bsDropdown],[dropdown]", inputs: ["autoClose", "isAnimated", "insideClick", "isDisabled", "isOpen", "placement", "triggers", "container", "dropup"], outputs: ["onShown", "onHidden", "isOpenChange"], exportAs: ["bs-dropdown"] }, { type: i1$1.BsDropdownToggleDirective, selector: "[bsDropdownToggle],[dropdownToggle]", exportAs: ["bs-dropdown-toggle"] }, { type: i1$1.BsDropdownMenuDirective, selector: "[bsDropdownMenu],[dropdownMenu]", exportAs: ["bs-dropdown-menu"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownComponent, decorators: [{
898
+ type: Component,
899
+ args: [{ selector: 'symphony-input-dropdown', template: "<div\n *ngIf=\"inputDropdownListModel.componentHeading\"\n class=\"sfx-filter-label sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n>\n {{ inputDropdownListModel.componentHeading }}\n <span class=\"requiredField\" *ngIf=\"isRequired\">*</span>\n</div>\n<div\n class=\"btn-group sfx-filter-dropdown sfx-d-inline-block\"\n [ngClass]=\"{ 'is-inverse': isInverse }\"\n [isDisabled]=\"disableBtn\"\n dropdown\n>\n <button\n id=\"moreDrop\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n {{ inputDropdownListModel.selectedName }}\n </button>\n <i *ngIf=\"!disableBtn\" class=\"si-arrow-hide-reveal\"></i>\n <hr />\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"moreDrop\"\n [ngClass]=\"{ 'sfx-pb-0': inputDropdownListModel.showClearButton === true }\"\n >\n <li\n *ngFor=\"let action of inputDropdownListModel.dropdownList\"\n [ngClass]=\"{ disabled: action.isDisabled }\"\n (click)=\"itemClick(action)\"\n >\n <a class=\"dropdown-item\" href=\"javascript:;\">{{ action.name }}</a>\n </li>\n <div\n *ngIf=\"inputDropdownListModel.showClearButton\"\n class=\"divider dropdown-divider\"\n ></div>\n <a\n class=\"sfx-filter-item-footer\"\n *ngIf=\"inputDropdownListModel.showClearButton\"\n >\n <button\n type=\"button\"\n (click)=\"onClearSelection()\"\n class=\"pull-left sfx-clear-button\"\n >\n Clear All\n </button>\n </a>\n </ul>\n</div>\n", styles: [".sfx-filter-label{font-family:neuzeit_groteskbold;line-height:25px;margin-bottom:.27rem;margin-left:calc(.3rem + 1px)}.sfx-filter-dropdown{min-width:100%}.sfx-filter-dropdown hr{margin:0;border-top:none;height:1px;width:100%}.sfx-filter-dropdown button.dropdown-toggle.btn{width:calc(100% - .6rem);height:40px;background:transparent;border-color:#d0d0d0;color:#000;margin:.3rem;text-align:left;box-shadow:none;padding:10px 15px}.sfx-filter-dropdown button.dropdown-toggle.btn:before{color:#fff}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled{opacity:1;background:#1d1d1d;border-color:#1d1d1d}.sfx-filter-dropdown button.dropdown-toggle.btn:disabled:before{color:#565656}.sfx-filter-dropdown i{position:absolute;right:12px;top:17px;transform:rotate(180deg);z-index:10;transition:linear .1s;font-size:18px}.sfx-filter-dropdown .dropdown-menu{box-shadow:0 10px 10px #0003;background:#fff;width:100%;border:none;max-height:280px;overflow-y:scroll;padding:0 0 10px;margin:0;border-radius:0}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item{padding:.625rem 1.25rem;color:#000;font-family:neuzeit_groteskbold,sans-serif;word-break:break-word;white-space:normal}.sfx-filter-dropdown .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.sfx-filter-dropdown ::-webkit-scrollbar{width:10px}.sfx-filter-dropdown ::-webkit-scrollbar-track{background:#fff}.sfx-filter-dropdown ::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.sfx-filter-dropdown ::-webkit-scrollbar-thumb:hover{background:#555}.sfx-filter-dropdown.btn-group.open{background:#fff;box-shadow:0 10px 10px #0003}.sfx-filter-dropdown.btn-group.open i{transform:rotate(0);color:#fff}.sfx-filter-dropdown.btn-group.open hr{margin:0;border-top:1px solid #d0d0d0;width:100%;height:0}.sfx-filter-dropdown.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff;border-color:#000}.sfx-filter-dropdown .sfx-clear-button{background:transparent;border:none;color:#000;font-family:neuzeit_groteskbold;padding:15px 20px 26px}.is-inverse.sfx-filter-label{color:#fff}.is-inverse button.dropdown-toggle.btn{color:#fff;border-color:#565656}.is-inverse i{color:#fff}.sfx-pb-0{padding-bottom:0!important}.requiredField{color:red!important}\n"] }]
900
+ }], ctorParameters: function () { return []; }, propDecorators: { inputDropdownListModel: [{
901
+ type: Input
902
+ }], disableBtn: [{
903
+ type: Input
904
+ }], isInverse: [{
905
+ type: Input
906
+ }], isRequired: [{
907
+ type: Input
908
+ }], selectItem: [{
909
+ type: Output
910
+ }], clearSelection: [{
911
+ type: Output
912
+ }] } });
913
+
914
+ class InputDropdownModule {
915
+ }
916
+ InputDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
917
+ InputDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, declarations: [InputDropdownComponent], imports: [i1$1.BsDropdownModule, CommonModule], exports: [InputDropdownComponent] });
918
+ InputDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, imports: [[
919
+ BsDropdownModule.forRoot(), CommonModule
920
+ ]] });
921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputDropdownModule, decorators: [{
922
+ type: NgModule,
923
+ args: [{
924
+ declarations: [InputDropdownComponent],
925
+ imports: [
926
+ BsDropdownModule.forRoot(), CommonModule
927
+ ],
928
+ exports: [InputDropdownComponent]
929
+ }]
930
+ }] });
931
+
932
+ class InputDropdownList {
933
+ }
934
+
935
+ class InputDropdownListItemModel {
936
+ }
937
+
938
+ class InputRadioComponent {
939
+ constructor() {
940
+ this.clicked = new EventEmitter();
941
+ }
942
+ onClick() {
943
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
944
+ this.clicked.emit({
945
+ label: this.label,
946
+ isActive: this.isActive,
947
+ });
948
+ }
949
+ }
950
+ InputRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
951
+ InputRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputRadioComponent, selector: "symphony-input-radio", inputs: { isActive: "isActive", label: "label", isRequired: "isRequired" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".requiredField{color:red!important}.sfx-radio{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-radio .sfx-radio-input{top:0;left:0;width:100%;cursor:inherit;height:100%;margin:0;opacity:0;padding:0;z-index:1;position:absolute}.sfx-radio .sfx-radio-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;font-family:neuzeit_groteskbold}.sfx-radio .sfx-radio-input+*:before{content:\"\";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.5rem;margin-bottom:.2rem;border-radius:50%;border-style:solid;border-width:.1rem;border-color:#000}.sfx-radio .sfx-radio-input:checked+*:before{background:radial-gradient(black 0%,black 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioComponent, decorators: [{
953
+ type: Component,
954
+ args: [{ selector: 'symphony-input-radio', template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n", styles: [".requiredField{color:red!important}.sfx-radio{margin:10px 0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sfx-radio .sfx-radio-input{top:0;left:0;width:100%;cursor:inherit;height:100%;margin:0;opacity:0;padding:0;z-index:1;position:absolute}.sfx-radio .sfx-radio-input~label{display:inline-block;position:relative;cursor:pointer;height:100%;line-height:20px;font-size:14px;color:#000;font-family:neuzeit_groteskbold}.sfx-radio .sfx-radio-input+*:before{content:\"\";display:inline-block;vertical-align:bottom;width:1rem;height:1rem;margin-right:.5rem;margin-bottom:.2rem;border-radius:50%;border-style:solid;border-width:.1rem;border-color:#000}.sfx-radio .sfx-radio-input:checked+*:before{background:radial-gradient(black 0%,black 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}\n"] }]
955
+ }], ctorParameters: function () { return []; }, propDecorators: { isActive: [{
956
+ type: Input
957
+ }], label: [{
958
+ type: Input
959
+ }], isRequired: [{
960
+ type: Input
961
+ }], clicked: [{
962
+ type: Output
963
+ }] } });
964
+
965
+ class InputRadioModule {
966
+ }
967
+ InputRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
968
+ InputRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, declarations: [InputRadioComponent], imports: [CommonModule,
969
+ FormsModule,
970
+ ReactiveFormsModule], exports: [InputRadioComponent] });
971
+ InputRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, imports: [[
972
+ CommonModule,
973
+ FormsModule,
974
+ ReactiveFormsModule,
975
+ ]] });
976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputRadioModule, decorators: [{
977
+ type: NgModule,
978
+ args: [{
979
+ declarations: [InputRadioComponent],
980
+ imports: [
981
+ CommonModule,
982
+ FormsModule,
983
+ ReactiveFormsModule,
984
+ ],
985
+ exports: [InputRadioComponent],
986
+ }]
987
+ }] });
988
+
989
+ class InputTextComponent {
990
+ constructor() {
991
+ this.placeholder = '';
992
+ this.textChange = new EventEmitter();
993
+ this.textChange$ = new Subject();
994
+ }
995
+ ngOnInit() {
996
+ this.textChangeSubscription = this.textChange$
997
+ .pipe(debounceTime(1000), distinctUntilChanged())
998
+ .subscribe((tc) => {
999
+ this.textChange.emit(tc);
1000
+ });
1001
+ }
1002
+ ngOnDestroy() {
1003
+ var _a;
1004
+ (_a = this.textChangeSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
1005
+ }
1006
+ onTextChange(event) {
1007
+ this.textChange$.next(event.target.value);
1008
+ }
1009
+ }
1010
+ InputTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1011
+ InputTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputTextComponent, selector: "symphony-input-text", inputs: { placeholder: "placeholder", icon: "icon", label: "label", isInverse: "isInverse" }, outputs: { textChange: "textChange" }, ngImport: i0, template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" *ngIf=\"label\" class=\"input-text-label\">{{\n label\n }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n", styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;margin-bottom:.27rem;line-height:25px;margin-left:.3rem}.input-text-wrap .input-text{font-family:neuzeit-grotesk,sans-serif!important;width:calc(100% - .6rem);height:40px;border:1px solid #d0d0d0;border-radius:4px;padding:7px 15px;line-height:25px;margin:.3rem}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{position:absolute;right:17px;font-size:14px;bottom:11px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextComponent, decorators: [{
1013
+ type: Component,
1014
+ args: [{ selector: 'symphony-input-text', template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" *ngIf=\"label\" class=\"input-text-label\">{{\n label\n }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n", styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;margin-bottom:.27rem;line-height:25px;margin-left:.3rem}.input-text-wrap .input-text{font-family:neuzeit-grotesk,sans-serif!important;width:calc(100% - .6rem);height:40px;border:1px solid #d0d0d0;border-radius:4px;padding:7px 15px;line-height:25px;margin:.3rem}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{position:absolute;right:17px;font-size:14px;bottom:11px}\n"] }]
1015
+ }], ctorParameters: function () { return []; }, propDecorators: { placeholder: [{
1016
+ type: Input
1017
+ }], icon: [{
1018
+ type: Input
1019
+ }], label: [{
1020
+ type: Input
1021
+ }], isInverse: [{
1022
+ type: Input
1023
+ }], textChange: [{
1024
+ type: Output
1025
+ }] } });
1026
+
1027
+ class InputTextModule {
1028
+ }
1029
+ InputTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1030
+ InputTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, declarations: [InputTextComponent], imports: [CommonModule, IconModule], exports: [InputTextComponent] });
1031
+ InputTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, imports: [[CommonModule, IconModule]] });
1032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputTextModule, decorators: [{
1033
+ type: NgModule,
1034
+ args: [{
1035
+ declarations: [InputTextComponent],
1036
+ imports: [CommonModule, IconModule],
1037
+ exports: [InputTextComponent],
1038
+ }]
1039
+ }] });
1040
+
1041
+ class PillComponent {
1042
+ constructor() {
1043
+ this.removePill = new EventEmitter();
1044
+ }
1045
+ onRemoveClick() {
1046
+ this.removePill.emit(this.pillLabel);
1047
+ }
1048
+ }
1049
+ PillComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1050
+ PillComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PillComponent, selector: "symphony-pill", inputs: { pillLabel: "pillLabel", isInverse: "isInverse", hasClose: "hasClose", tooltipLabel: "tooltipLabel" }, outputs: { removePill: "removePill" }, ngImport: i0, template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>", styles: [".sfx-pill-item{font-family:neuzeit_groteskbold;background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px;position:relative}.sfx-pill-item:hover,.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;position:absolute;left:14px;top:11px;transform:rotate(45deg)}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px #0003;font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }], encapsulation: i0.ViewEncapsulation.None });
1051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillComponent, decorators: [{
1052
+ type: Component,
1053
+ args: [{ selector: 'symphony-pill', encapsulation: ViewEncapsulation.None, template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>", styles: [".sfx-pill-item{font-family:neuzeit_groteskbold;background-color:#f1f1f1;color:#000;padding:10px 20px;border-radius:25px;text-align:center;font-weight:600;margin-right:10px;margin-top:10px;position:relative}.sfx-pill-item:hover,.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;position:absolute;left:14px;top:11px;transform:rotate(45deg)}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px #0003;font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:160px;font-size:13px;color:#000}\n"] }]
1054
+ }], ctorParameters: function () { return []; }, propDecorators: { pillLabel: [{
1055
+ type: Input
1056
+ }], isInverse: [{
1057
+ type: Input
1058
+ }], hasClose: [{
1059
+ type: Input
1060
+ }], tooltipLabel: [{
1061
+ type: Input
1062
+ }], removePill: [{
1063
+ type: Output
1064
+ }] } });
1065
+
1066
+ class PillModule {
1067
+ }
1068
+ PillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1069
+ PillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, declarations: [PillComponent], imports: [CommonModule, i2.TooltipModule], exports: [PillComponent] });
1070
+ PillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, imports: [[
1071
+ CommonModule, TooltipModule.forRoot()
1072
+ ]] });
1073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillModule, decorators: [{
1074
+ type: NgModule,
1075
+ args: [{
1076
+ declarations: [PillComponent],
1077
+ imports: [
1078
+ CommonModule, TooltipModule.forRoot()
1079
+ ],
1080
+ exports: [PillComponent],
1081
+ }]
1082
+ }] });
1083
+
1084
+ class SfxLoaderComponent {
1085
+ constructor() {
1086
+ this.leftStyle = 50;
1087
+ }
1088
+ }
1089
+ SfxLoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1090
+ SfxLoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: { leftStyle: "leftStyle" }, ngImport: i0, template: "<div class=\"col-md-12 sfx-loader\" [style.left.%]=\"leftStyle\"></div>\n", styles: [".sfx-loader{z-index:10000;float:none;padding-top:5px;padding-bottom:5px;height:70px;width:50px;position:relative;padding-inline:0;transform:translate(-50%);display:inline-block;vertical-align:top}.sfx-loader:before{content:\" \";border:5px solid #000000;border-radius:50%;border-top:5px solid #ffffff;width:50px;height:50px;animation:sfxspin .5s linear infinite;position:absolute}\n"] });
1091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderComponent, decorators: [{
1092
+ type: Component,
1093
+ args: [{ selector: 'symphony-sfx-loader', template: "<div class=\"col-md-12 sfx-loader\" [style.left.%]=\"leftStyle\"></div>\n", styles: [".sfx-loader{z-index:10000;float:none;padding-top:5px;padding-bottom:5px;height:70px;width:50px;position:relative;padding-inline:0;transform:translate(-50%);display:inline-block;vertical-align:top}.sfx-loader:before{content:\" \";border:5px solid #000000;border-radius:50%;border-top:5px solid #ffffff;width:50px;height:50px;animation:sfxspin .5s linear infinite;position:absolute}\n"] }]
1094
+ }], ctorParameters: function () { return []; }, propDecorators: { leftStyle: [{
1095
+ type: Input
1096
+ }] } });
1097
+
1098
+ class SfxLoaderModule {
1099
+ }
1100
+ SfxLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1101
+ SfxLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderModule, declarations: [SfxLoaderComponent], imports: [CommonModule], exports: [SfxLoaderComponent] });
1102
+ SfxLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderModule, imports: [[CommonModule]] });
1103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderModule, decorators: [{
1104
+ type: NgModule,
1105
+ args: [{
1106
+ declarations: [SfxLoaderComponent],
1107
+ imports: [CommonModule],
1108
+ exports: [SfxLoaderComponent],
1109
+ }]
1110
+ }] });
1111
+
1112
+ class SfxPageLoaderComponent {
1113
+ constructor() { }
1114
+ }
1115
+ SfxPageLoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxPageLoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1116
+ SfxPageLoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SfxPageLoaderComponent, selector: "symphony-sfx-page-loader", ngImport: i0, template: "<div class=\"col-md-12 sfx-page-loader\"></div>\n", styles: [".sfx-page-loader{z-index:10000;float:none;height:100%;position:absolute;top:0}.sfx-page-loader:before{content:\" \";border:8px solid #000000;border-radius:50%;border-top:8px solid transparent;width:80px;height:80px;animation:sfxspin .5s linear infinite;position:fixed;z-index:2;left:50%;top:50%}.sfx-page-loader:after{content:\" \";position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(255,255,255,.4)}\n"] });
1117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxPageLoaderComponent, decorators: [{
1118
+ type: Component,
1119
+ args: [{ selector: 'symphony-sfx-page-loader', template: "<div class=\"col-md-12 sfx-page-loader\"></div>\n", styles: [".sfx-page-loader{z-index:10000;float:none;height:100%;position:absolute;top:0}.sfx-page-loader:before{content:\" \";border:8px solid #000000;border-radius:50%;border-top:8px solid transparent;width:80px;height:80px;animation:sfxspin .5s linear infinite;position:fixed;z-index:2;left:50%;top:50%}.sfx-page-loader:after{content:\" \";position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(255,255,255,.4)}\n"] }]
1120
+ }], ctorParameters: function () { return []; } });
1121
+
1122
+ class SfxPageLoaderModule {
1123
+ }
1124
+ SfxPageLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxPageLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1125
+ SfxPageLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxPageLoaderModule, declarations: [SfxPageLoaderComponent], imports: [CommonModule], exports: [SfxPageLoaderComponent] });
1126
+ SfxPageLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxPageLoaderModule, imports: [[CommonModule]] });
1127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxPageLoaderModule, decorators: [{
1128
+ type: NgModule,
1129
+ args: [{
1130
+ declarations: [SfxPageLoaderComponent],
1131
+ imports: [CommonModule],
1132
+ exports: [SfxPageLoaderComponent],
1133
+ }]
1134
+ }] });
1135
+
1136
+ class SfxProgressBarComponent {
1137
+ constructor() { }
1138
+ }
1139
+ SfxProgressBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1140
+ SfxProgressBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SfxProgressBarComponent, selector: "symphony-sfx-progress-bar", inputs: { progress: "progress" }, ngImport: i0, template: "<div class=\"progress sfx-progressBar\">\n <div\n class=\"progress-bar\"\n role=\"progressbar\"\n aria-valuenow=\"\"\n aria-valuemin=\"progress\"\n aria-valuemax=\"100\"\n [style.width.%]=\"progress\"\n >\n <span class=\"sr-only\">{{ progress }}% Complete</span>\n </div>\n</div>\n", styles: [".sfx-progressBar.progress{background-color:#fff;border-radius:10px}.sfx-progressBar.progress .progress-bar{background-color:#00d56b}\n"] });
1141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxProgressBarComponent, decorators: [{
1142
+ type: Component,
1143
+ args: [{ selector: 'symphony-sfx-progress-bar', template: "<div class=\"progress sfx-progressBar\">\n <div\n class=\"progress-bar\"\n role=\"progressbar\"\n aria-valuenow=\"\"\n aria-valuemin=\"progress\"\n aria-valuemax=\"100\"\n [style.width.%]=\"progress\"\n >\n <span class=\"sr-only\">{{ progress }}% Complete</span>\n </div>\n</div>\n", styles: [".sfx-progressBar.progress{background-color:#fff;border-radius:10px}.sfx-progressBar.progress .progress-bar{background-color:#00d56b}\n"] }]
1144
+ }], ctorParameters: function () { return []; }, propDecorators: { progress: [{
1145
+ type: Input
1146
+ }] } });
1147
+
1148
+ class SfxProgressBarModule {
1149
+ }
1150
+ SfxProgressBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1151
+ SfxProgressBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxProgressBarModule, declarations: [SfxProgressBarComponent], imports: [CommonModule], exports: [SfxProgressBarComponent] });
1152
+ SfxProgressBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxProgressBarModule, imports: [[CommonModule]] });
1153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxProgressBarModule, decorators: [{
1154
+ type: NgModule,
1155
+ args: [{
1156
+ declarations: [SfxProgressBarComponent],
1157
+ imports: [CommonModule],
1158
+ exports: [SfxProgressBarComponent],
1159
+ }]
1160
+ }] });
1161
+
1162
+ class ToasterAlertComponent {
1163
+ constructor() {
1164
+ this.showAlert = false;
1165
+ this.hideAlert = new EventEmitter();
1166
+ this.checkBulkStatus = new EventEmitter();
1167
+ }
1168
+ ngOnInit() {
1169
+ this.showAlert = false;
1170
+ const alertDuration = this.alertModel.duration
1171
+ ? this.alertModel.duration
1172
+ : 3000;
1173
+ const delayDuration = this.alertModel.delay ? this.alertModel.delay : 0;
1174
+ this.timeToShowSubscription = timer(0)
1175
+ .pipe(delay(delayDuration))
1176
+ .subscribe((t) => {
1177
+ this.showAlert = true;
1178
+ this.alertTimerSubscription = timer(alertDuration).subscribe((f) => this.hideToasterAlert());
1179
+ });
1180
+ }
1181
+ hideToasterAlert() {
1182
+ this.hideAlert.emit();
1183
+ }
1184
+ onCheckBulkStatus() {
1185
+ this.checkBulkStatus.emit();
1186
+ }
1187
+ ngOnDestroy() {
1188
+ var _a, _b;
1189
+ (_a = this.alertTimerSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
1190
+ (_b = this.timeToShowSubscription) === null || _b === void 0 ? void 0 : _b.unsubscribe();
1191
+ }
1192
+ }
1193
+ ToasterAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1194
+ ToasterAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ToasterAlertComponent, selector: "symphony-toaster-alert", inputs: { alertModel: "alertModel", showAlert: "showAlert" }, outputs: { hideAlert: "hideAlert", checkBulkStatus: "checkBulkStatus" }, ngImport: i0, template: "<div\n class=\"toaster-alert-container\"\n *ngIf=\"showAlert && alertModel\"\n [ngClass]=\"{\n success: alertModel.type === 1,\n warning: alertModel.type === 2,\n error: alertModel.type === 3\n }\"\n>\n <div class=\"sfx-p-20 row sfx-m-0\">\n <div class=\"col-xs-11 sfx-font-bold\">\n <div\n *ngIf=\"alertModel.showRefreshIcon\"\n class=\"sfx-d-inline-block pull-left sfx-mr-10\"\n >\n <span class=\"loader__dot sfx-icon-System sfx-txt-white\"></span>\n <span\n class=\"loader__dot sfx-icon-System sfx-txt-white sfx-ml-5 sfx-mr-5\"\n ></span>\n <span class=\"loader__dot sfx-icon-System sfx-txt-white\"></span>\n </div>\n <p\n class=\"sfx-mb-0\"\n [ngClass]=\"{ 'sfx-font-bold': alertModel.showRefreshIcon }\"\n >\n {{ alertModel.message }}\n </p>\n </div>\n\n <div class=\"col-xs-1 text-alert-close-icon hide\">\n <div (click)=\"hideToasterAlert()\">\n <i class=\"sfx-icon-Close_Outlined sfx-font24\"></i>\n </div>\n </div>\n <div\n *ngIf=\"alertModel.showRefreshIcon\"\n class=\"col-xs-1 text-alert-close-icon\"\n >\n <div (click)=\"onCheckBulkStatus()\">\n <i class=\"sfx-icon-Update sfx-font18\"></i>\n </div>\n </div>\n </div>\n</div>\n", styles: [".toaster-alert-container{width:100%;min-height:60px;color:#fff;z-index:100000000;position:fixed;top:0;left:0;padding-left:110px}.toaster-alert-container.success{background-color:#00d56b}.toaster-alert-container.warning{background-color:#ffa700}.toaster-alert-container.error{background-color:#f0001e}.text-alert-close-icon{text-align:right}.text-alert-close-icon:hover{cursor:pointer}.loader__dot{position:relative;animation:1s blink infinite}.loader__dot:before{content:\"\";display:inline-block;width:8px;height:8px;background:#ffffff;border-radius:50%}.loader__dot:nth-child(2){animation-delay:.2s}.loader__dot:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:.5}}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
1195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertComponent, decorators: [{
1196
+ type: Component,
1197
+ args: [{ selector: 'symphony-toaster-alert', template: "<div\n class=\"toaster-alert-container\"\n *ngIf=\"showAlert && alertModel\"\n [ngClass]=\"{\n success: alertModel.type === 1,\n warning: alertModel.type === 2,\n error: alertModel.type === 3\n }\"\n>\n <div class=\"sfx-p-20 row sfx-m-0\">\n <div class=\"col-xs-11 sfx-font-bold\">\n <div\n *ngIf=\"alertModel.showRefreshIcon\"\n class=\"sfx-d-inline-block pull-left sfx-mr-10\"\n >\n <span class=\"loader__dot sfx-icon-System sfx-txt-white\"></span>\n <span\n class=\"loader__dot sfx-icon-System sfx-txt-white sfx-ml-5 sfx-mr-5\"\n ></span>\n <span class=\"loader__dot sfx-icon-System sfx-txt-white\"></span>\n </div>\n <p\n class=\"sfx-mb-0\"\n [ngClass]=\"{ 'sfx-font-bold': alertModel.showRefreshIcon }\"\n >\n {{ alertModel.message }}\n </p>\n </div>\n\n <div class=\"col-xs-1 text-alert-close-icon hide\">\n <div (click)=\"hideToasterAlert()\">\n <i class=\"sfx-icon-Close_Outlined sfx-font24\"></i>\n </div>\n </div>\n <div\n *ngIf=\"alertModel.showRefreshIcon\"\n class=\"col-xs-1 text-alert-close-icon\"\n >\n <div (click)=\"onCheckBulkStatus()\">\n <i class=\"sfx-icon-Update sfx-font18\"></i>\n </div>\n </div>\n </div>\n</div>\n", styles: [".toaster-alert-container{width:100%;min-height:60px;color:#fff;z-index:100000000;position:fixed;top:0;left:0;padding-left:110px}.toaster-alert-container.success{background-color:#00d56b}.toaster-alert-container.warning{background-color:#ffa700}.toaster-alert-container.error{background-color:#f0001e}.text-alert-close-icon{text-align:right}.text-alert-close-icon:hover{cursor:pointer}.loader__dot{position:relative;animation:1s blink infinite}.loader__dot:before{content:\"\";display:inline-block;width:8px;height:8px;background:#ffffff;border-radius:50%}.loader__dot:nth-child(2){animation-delay:.2s}.loader__dot:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:.5}}\n"] }]
1198
+ }], ctorParameters: function () { return []; }, propDecorators: { alertModel: [{
1199
+ type: Input
1200
+ }], showAlert: [{
1201
+ type: Input
1202
+ }], hideAlert: [{
1203
+ type: Output
1204
+ }], checkBulkStatus: [{
1205
+ type: Output
1206
+ }] } });
1207
+
1208
+ class ToasterAlertModule {
1209
+ }
1210
+ ToasterAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1211
+ ToasterAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertModule, declarations: [ToasterAlertComponent], imports: [CommonModule], exports: [ToasterAlertComponent] });
1212
+ ToasterAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertModule, imports: [[CommonModule]] });
1213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ToasterAlertModule, decorators: [{
1214
+ type: NgModule,
1215
+ args: [{
1216
+ declarations: [ToasterAlertComponent],
1217
+ imports: [CommonModule],
1218
+ exports: [ToasterAlertComponent],
1219
+ }]
1220
+ }] });
1221
+
1222
+ class ToasterAlertModel {
1223
+ }
1224
+ var ToasterAlertType;
1225
+ (function (ToasterAlertType) {
1226
+ ToasterAlertType[ToasterAlertType["Success"] = 1] = "Success";
1227
+ ToasterAlertType[ToasterAlertType["Warning"] = 2] = "Warning";
1228
+ ToasterAlertType[ToasterAlertType["Error"] = 3] = "Error";
1229
+ })(ToasterAlertType || (ToasterAlertType = {}));
1230
+ var AlertDuration;
1231
+ (function (AlertDuration) {
1232
+ AlertDuration[AlertDuration["OneSecond"] = 1000] = "OneSecond";
1233
+ AlertDuration[AlertDuration["TwoSeconds"] = 2000] = "TwoSeconds";
1234
+ AlertDuration[AlertDuration["ThreeSeconds"] = 3000] = "ThreeSeconds";
1235
+ AlertDuration[AlertDuration["FourSeconds"] = 4000] = "FourSeconds";
1236
+ AlertDuration[AlertDuration["FiveSeconds"] = 5000] = "FiveSeconds";
1237
+ AlertDuration[AlertDuration["Indefinite"] = 99999999] = "Indefinite";
1238
+ })(AlertDuration || (AlertDuration = {}));
1239
+
1240
+ class TwoColumnFilterAreaComponent {
1241
+ constructor() { }
1242
+ }
1243
+ TwoColumnFilterAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1244
+ TwoColumnFilterAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: { height: "height" }, ngImport: i0, template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n", styles: [".sfx-filter-section{background-color:#000;padding:2.625rem 1.875rem 2.825rem}.sfx-filter-items-wrap{padding:0 .6375rem}\n"], directives: [{ type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
1245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaComponent, decorators: [{
1246
+ type: Component,
1247
+ args: [{ selector: 'symphony-two-column-filter-area', template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-filter-items-wrap\">\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n", styles: [".sfx-filter-section{background-color:#000;padding:2.625rem 1.875rem 2.825rem}.sfx-filter-items-wrap{padding:0 .6375rem}\n"] }]
1248
+ }], ctorParameters: function () { return []; }, propDecorators: { height: [{
1249
+ type: Input
1250
+ }] } });
1251
+
1252
+ class TwoColumnFilterAreaModule {
1253
+ }
1254
+ TwoColumnFilterAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1255
+ TwoColumnFilterAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, declarations: [TwoColumnFilterAreaComponent], imports: [CommonModule], exports: [TwoColumnFilterAreaComponent] });
1256
+ TwoColumnFilterAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, imports: [[CommonModule]] });
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TwoColumnFilterAreaModule, decorators: [{
1258
+ type: NgModule,
1259
+ args: [{
1260
+ declarations: [TwoColumnFilterAreaComponent],
1261
+ imports: [CommonModule],
1262
+ exports: [TwoColumnFilterAreaComponent],
1263
+ }]
1264
+ }] });
1265
+
1266
+ class AtomsModule {
1267
+ }
1268
+ AtomsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1269
+ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, exports: [ButtonModule,
1270
+ ContextualMenuModule,
1271
+ AvatarModule,
1272
+ PillModule,
1273
+ H1Module,
1274
+ H2Module,
1275
+ H3Module,
1276
+ H4Module,
1277
+ H5Module,
1278
+ ParagraphModule,
1279
+ IconModule,
1280
+ IconWrapperModule,
1281
+ FilterAreaModule,
1282
+ TwoColumnFilterAreaModule,
1283
+ InputRadioModule,
1284
+ InputCheckboxModule,
1285
+ InputTextModule,
1286
+ InputDropdownModule,
1287
+ GridModule,
1288
+ ContactActivityScoreModule,
1289
+ RelevanceScoreModule,
1290
+ ToasterAlertModule,
1291
+ SfxLoaderModule,
1292
+ SfxPageLoaderModule,
1293
+ SfxProgressBarModule] });
1294
+ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
1295
+ ContextualMenuModule,
1296
+ AvatarModule,
1297
+ PillModule,
1298
+ H1Module,
1299
+ H2Module,
1300
+ H3Module,
1301
+ H4Module,
1302
+ H5Module,
1303
+ ParagraphModule,
1304
+ IconModule,
1305
+ IconWrapperModule,
1306
+ FilterAreaModule,
1307
+ TwoColumnFilterAreaModule,
1308
+ InputRadioModule,
1309
+ InputCheckboxModule,
1310
+ InputTextModule,
1311
+ InputDropdownModule,
1312
+ GridModule,
1313
+ ContactActivityScoreModule,
1314
+ RelevanceScoreModule,
1315
+ ToasterAlertModule,
1316
+ SfxLoaderModule,
1317
+ SfxPageLoaderModule,
1318
+ SfxProgressBarModule] });
1319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
1320
+ type: NgModule,
1321
+ args: [{
1322
+ declarations: [],
1323
+ imports: [],
1324
+ exports: [
1325
+ ButtonModule,
1326
+ ContextualMenuModule,
1327
+ AvatarModule,
1328
+ PillModule,
1329
+ H1Module,
1330
+ H2Module,
1331
+ H3Module,
1332
+ H4Module,
1333
+ H5Module,
1334
+ ParagraphModule,
1335
+ IconModule,
1336
+ IconWrapperModule,
1337
+ FilterAreaModule,
1338
+ TwoColumnFilterAreaModule,
1339
+ InputRadioModule,
1340
+ InputCheckboxModule,
1341
+ InputTextModule,
1342
+ InputDropdownModule,
1343
+ GridModule,
1344
+ ContactActivityScoreModule,
1345
+ RelevanceScoreModule,
1346
+ ToasterAlertModule,
1347
+ SfxLoaderModule,
1348
+ SfxPageLoaderModule,
1349
+ SfxProgressBarModule,
1350
+ ],
1351
+ }]
1352
+ }] });
1353
+
1354
+ class BreadcrumbComponent {
1355
+ constructor() { }
1356
+ ngOnInit() {
1357
+ this.icon = Icons.ARROWNEXT;
1358
+ }
1359
+ }
1360
+ BreadcrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: BreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1361
+ BreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: { breadcrumbs: "breadcrumbs" }, ngImport: i0, template: "<div class=\"sfx-breadcrumb-wrapper\">\n <span\n class=\"breadcrumb-item\"\n *ngFor=\"let breadcrumb of breadcrumbs; let last = last\"\n >\n <symphony-h3 *ngIf=\"!last\"\n ><a\n class=\"sfx-cursor-pointer sfx-font30 sfx-txt-black\"\n href=\"{{ breadcrumb.link }}\"\n >{{ breadcrumb.label }}</a\n ></symphony-h3\n >\n <symphony-h3 *ngIf=\"last\">{{ breadcrumb.label }} </symphony-h3>\n\n <symphony-icon [icon]=\"icon\" [size]=\"'12px'\" *ngIf=\"!last\"></symphony-icon>\n </span>\n</div>\n", styles: [".sfx-breadcrumb-wrapper,.breadcrumb-item{display:flex}symphony-icon{padding:0 6px;top:9px;position:relative}\n"], components: [{ type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: BreadcrumbComponent, decorators: [{
1363
+ type: Component,
1364
+ args: [{ selector: 'symphony-breadcrumb', template: "<div class=\"sfx-breadcrumb-wrapper\">\n <span\n class=\"breadcrumb-item\"\n *ngFor=\"let breadcrumb of breadcrumbs; let last = last\"\n >\n <symphony-h3 *ngIf=\"!last\"\n ><a\n class=\"sfx-cursor-pointer sfx-font30 sfx-txt-black\"\n href=\"{{ breadcrumb.link }}\"\n >{{ breadcrumb.label }}</a\n ></symphony-h3\n >\n <symphony-h3 *ngIf=\"last\">{{ breadcrumb.label }} </symphony-h3>\n\n <symphony-icon [icon]=\"icon\" [size]=\"'12px'\" *ngIf=\"!last\"></symphony-icon>\n </span>\n</div>\n", styles: [".sfx-breadcrumb-wrapper,.breadcrumb-item{display:flex}symphony-icon{padding:0 6px;top:9px;position:relative}\n"] }]
1365
+ }], ctorParameters: function () { return []; }, propDecorators: { breadcrumbs: [{
1366
+ type: Input
1367
+ }] } });
1368
+
1369
+ class BreadcrumbModule {
1370
+ }
1371
+ BreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1372
+ BreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: BreadcrumbModule, declarations: [BreadcrumbComponent], imports: [CommonModule, H3Module, IconModule], exports: [BreadcrumbComponent] });
1373
+ BreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: BreadcrumbModule, imports: [[CommonModule, H3Module, IconModule]] });
1374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: BreadcrumbModule, decorators: [{
1375
+ type: NgModule,
1376
+ args: [{
1377
+ declarations: [BreadcrumbComponent],
1378
+ imports: [CommonModule, H3Module, IconModule],
1379
+ exports: [BreadcrumbComponent],
1380
+ }]
1381
+ }] });
1382
+
1383
+ class CardComponent {
1384
+ constructor() {
1385
+ this.cardModel = {
1386
+ title: '',
1387
+ description: '',
1388
+ };
1389
+ this.clicked = new EventEmitter();
1390
+ }
1391
+ onClick() {
1392
+ this.clicked.emit(this.cardModel);
1393
+ }
1394
+ }
1395
+ CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1396
+ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CardComponent, selector: "symphony-card", inputs: { cardModel: "cardModel" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"card-item-wrapper\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:0;padding-bottom:50%}.card-item{position:absolute;width:100%;height:100%;box-shadow:0 2px 10px #0003;border-radius:10px;padding:20px;transition:.2s;cursor:pointer}.card-item:hover{background-color:#000}.card-item:hover *{color:#fff}.card-title-wrap{margin-bottom:11px}.card-icon{padding-right:15px}\n"], components: [{ type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }] });
1397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardComponent, decorators: [{
1398
+ type: Component,
1399
+ args: [{ selector: 'symphony-card', template: "<div class=\"card-item-wrapper\">\n <div class=\"card-item\" (click)=\"onClick()\">\n <div class=\"card-title-wrap sfx-d-flex\">\n <div class=\"card-icon\">\n <symphony-icon [icon]=\"cardModel.icon\"></symphony-icon>\n </div>\n <div class=\"card-title\">\n <symphony-h4>{{ cardModel.title }}</symphony-h4>\n </div>\n </div>\n <div class=\"card-description\">\n <symphony-paragraph>{{ cardModel.description }}</symphony-paragraph>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%;height:0;padding-bottom:50%}.card-item{position:absolute;width:100%;height:100%;box-shadow:0 2px 10px #0003;border-radius:10px;padding:20px;transition:.2s;cursor:pointer}.card-item:hover{background-color:#000}.card-item:hover *{color:#fff}.card-title-wrap{margin-bottom:11px}.card-icon{padding-right:15px}\n"] }]
1400
+ }], ctorParameters: function () { return []; }, propDecorators: { cardModel: [{
1401
+ type: Input
1402
+ }], clicked: [{
1403
+ type: Output
1404
+ }] } });
1405
+
1406
+ class CardModule {
1407
+ }
1408
+ CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1409
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, declarations: [CardComponent], imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule], exports: [CardComponent] });
1410
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, imports: [[CommonModule, IconModule, H4Module, H5Module, ParagraphModule]] });
1411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardModule, decorators: [{
1412
+ type: NgModule,
1413
+ args: [{
1414
+ declarations: [CardComponent],
1415
+ imports: [CommonModule, IconModule, H4Module, H5Module, ParagraphModule],
1416
+ exports: [CardComponent],
1417
+ }]
1418
+ }] });
1419
+
1420
+ class PillsComponent {
1421
+ constructor() {
1422
+ this.removePill = new EventEmitter();
1423
+ }
1424
+ onRemovePill(event) {
1425
+ this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));
1426
+ }
1427
+ }
1428
+ PillsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1429
+ PillsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PillsComponent, selector: "symphony-pills", inputs: { hasClose: "hasClose", pillsList: "pillsList", hasTooltips: "hasTooltips" }, outputs: { removePill: "removePill" }, ngImport: i0, template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>", styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}\n"], components: [{ type: PillComponent, selector: "symphony-pill", inputs: ["pillLabel", "isInverse", "hasClose", "tooltipLabel"], outputs: ["removePill"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsComponent, decorators: [{
1431
+ type: Component,
1432
+ args: [{ selector: 'symphony-pills', template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>", styles: [".sfx-pills-wrapper{overflow-x:auto;white-space:nowrap;width:100%;padding-bottom:20px}\n"] }]
1433
+ }], ctorParameters: function () { return []; }, propDecorators: { hasClose: [{
1434
+ type: Input
1435
+ }], pillsList: [{
1436
+ type: Input
1437
+ }], hasTooltips: [{
1438
+ type: Input
1439
+ }], removePill: [{
1440
+ type: Output
1441
+ }] } });
1442
+
1443
+ class PillsModule {
1444
+ }
1445
+ PillsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1446
+ PillsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, declarations: [PillsComponent], imports: [CommonModule,
1447
+ PillModule], exports: [PillsComponent] });
1448
+ PillsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, imports: [[
1449
+ CommonModule,
1450
+ PillModule
1451
+ ]] });
1452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PillsModule, decorators: [{
1453
+ type: NgModule,
1454
+ args: [{
1455
+ declarations: [PillsComponent],
1456
+ imports: [
1457
+ CommonModule,
1458
+ PillModule
1459
+ ],
1460
+ exports: [
1461
+ PillsComponent
1462
+ ]
1463
+ }]
1464
+ }] });
1465
+
1466
+ class ColorSampleComponent {
1467
+ constructor() { }
1468
+ ngOnInit() {
1469
+ this.bgColor = this.color;
1470
+ }
1471
+ }
1472
+ ColorSampleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1473
+ ColorSampleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ColorSampleComponent, selector: "symphony-color-sample", inputs: { color: "color" }, ngImport: i0, template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color === 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
1474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleComponent, decorators: [{
1475
+ type: Component,
1476
+ args: [{ selector: 'symphony-color-sample', template: "<div\n class=\"color-sample\"\n [ngClass]=\"bgColor\"\n [ngStyle]=\"{\n border: color === 'background-color-white' ? '1px solid #000' : 'none'\n }\"\n></div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}\n"] }]
1477
+ }], ctorParameters: function () { return []; }, propDecorators: { color: [{
1478
+ type: Input
1479
+ }] } });
1480
+
1481
+ class ColorSwatchComponent {
1482
+ constructor() {
1483
+ this.colorSwatchModel = {
1484
+ colorCode: '',
1485
+ sassCode: '',
1486
+ };
1487
+ }
1488
+ ngOnInit() {
1489
+ this.getDescription();
1490
+ }
1491
+ getDescription() {
1492
+ this.description = `${this.colorSwatchModel.colorCode} - ${this.colorSwatchModel.sassCode}`;
1493
+ return this.description;
1494
+ }
1495
+ }
1496
+ ColorSwatchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1497
+ ColorSwatchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ColorSwatchComponent, selector: "symphony-ui-color-explorer", inputs: { colorSwatchModel: "colorSwatchModel" }, ngImport: i0, template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-h3\n [text]=\"colorSwatchModel.colorName\"\n ></symphony-h3>\n <symphony-paragraph [text]=\"description\"></symphony-paragraph>\n</div>\n", styles: [""], components: [{ type: ColorSampleComponent, selector: "symphony-color-sample", inputs: ["color"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }] });
1498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchComponent, decorators: [{
1499
+ type: Component,
1500
+ args: [{ selector: 'symphony-ui-color-explorer', template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-h3\n [text]=\"colorSwatchModel.colorName\"\n ></symphony-h3>\n <symphony-paragraph [text]=\"description\"></symphony-paragraph>\n</div>\n", styles: [""] }]
1501
+ }], ctorParameters: function () { return []; }, propDecorators: { colorSwatchModel: [{
1502
+ type: Input
1503
+ }] } });
1504
+
1505
+ class ColorSampleModule {
1506
+ }
1507
+ ColorSampleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1508
+ ColorSampleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, declarations: [ColorSampleComponent], imports: [CommonModule], exports: [ColorSampleComponent] });
1509
+ ColorSampleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, imports: [[CommonModule]] });
1510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSampleModule, decorators: [{
1511
+ type: NgModule,
1512
+ args: [{
1513
+ declarations: [ColorSampleComponent],
1514
+ imports: [CommonModule],
1515
+ exports: [ColorSampleComponent],
1516
+ }]
1517
+ }] });
1518
+
1519
+ class ColorSwatchModule {
1520
+ }
1521
+ ColorSwatchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1522
+ ColorSwatchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchModule, declarations: [ColorSwatchComponent], imports: [CommonModule,
1523
+ ColorSampleModule,
1524
+ H3Module,
1525
+ ParagraphModule], exports: [ColorSwatchComponent] });
1526
+ ColorSwatchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchModule, imports: [[
1527
+ CommonModule,
1528
+ ColorSampleModule,
1529
+ H3Module,
1530
+ ParagraphModule
1531
+ ]] });
1532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ColorSwatchModule, decorators: [{
1533
+ type: NgModule,
1534
+ args: [{
1535
+ declarations: [ColorSwatchComponent],
1536
+ imports: [
1537
+ CommonModule,
1538
+ ColorSampleModule,
1539
+ H3Module,
1540
+ ParagraphModule
1541
+ ],
1542
+ exports: [ColorSwatchComponent],
1543
+ }]
1544
+ }] });
1545
+
1546
+ class IconSwatchComponent {
1547
+ constructor() {
1548
+ this.iconSwatchModel = {
1549
+ iconName: '',
1550
+ iconClass: '',
1551
+ };
1552
+ }
1553
+ }
1554
+ IconSwatchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconSwatchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1555
+ IconSwatchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: IconSwatchComponent, selector: "symphony-icon-swatch", inputs: { iconSwatchModel: "iconSwatchModel", isInverse: "isInverse" }, ngImport: i0, template: "<div class=\"sfx-icon-swatch\">\n <div\n class=\"sfx-icon-wrapper\"\n [ngClass]=\"{\n 'mt-0': iconSwatchModel.hasBorder\n }\"\n >\n <symphony-icon-wrapper\n *ngIf=\"iconSwatchModel.hasBorder\"\n [isInverse]=\"isInverse\"\n >\n <symphony-icon [icon]=\"iconSwatchModel.icon\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-icon\n *ngIf=\"!iconSwatchModel.hasBorder\"\n [icon]=\"iconSwatchModel.icon\"\n ></symphony-icon>\n </div>\n <div class=\"sfx-icon-description-wrapper\">\n <symphony-h5 [text]=\"iconSwatchModel.iconName\"></symphony-h5>\n\n <symphony-paragraph [text]=\"iconSwatchModel.iconClass\"></symphony-paragraph>\n </div>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{display:inline-block;vertical-align:top;margin-top:10px;margin-right:10px;text-align:center}.mt-0{margin-top:0}.sfx-icon-description-wrapper{display:inline-block}\n"], components: [{ type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }, { type: H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconSwatchComponent, decorators: [{
1557
+ type: Component,
1558
+ args: [{ selector: 'symphony-icon-swatch', template: "<div class=\"sfx-icon-swatch\">\n <div\n class=\"sfx-icon-wrapper\"\n [ngClass]=\"{\n 'mt-0': iconSwatchModel.hasBorder\n }\"\n >\n <symphony-icon-wrapper\n *ngIf=\"iconSwatchModel.hasBorder\"\n [isInverse]=\"isInverse\"\n >\n <symphony-icon [icon]=\"iconSwatchModel.icon\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-icon\n *ngIf=\"!iconSwatchModel.hasBorder\"\n [icon]=\"iconSwatchModel.icon\"\n ></symphony-icon>\n </div>\n <div class=\"sfx-icon-description-wrapper\">\n <symphony-h5 [text]=\"iconSwatchModel.iconName\"></symphony-h5>\n\n <symphony-paragraph [text]=\"iconSwatchModel.iconClass\"></symphony-paragraph>\n </div>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-icon-wrapper{display:inline-block;vertical-align:top;margin-top:10px;margin-right:10px;text-align:center}.mt-0{margin-top:0}.sfx-icon-description-wrapper{display:inline-block}\n"] }]
1559
+ }], ctorParameters: function () { return []; }, propDecorators: { iconSwatchModel: [{
1560
+ type: Input
1561
+ }], isInverse: [{
1562
+ type: Input
1563
+ }] } });
1564
+
1565
+ class IconSwatchModule {
1566
+ }
1567
+ IconSwatchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconSwatchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1568
+ IconSwatchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconSwatchModule, declarations: [IconSwatchComponent], imports: [CommonModule,
1569
+ IconModule,
1570
+ H5Module,
1571
+ ParagraphModule,
1572
+ IconWrapperModule], exports: [IconSwatchComponent] });
1573
+ IconSwatchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconSwatchModule, imports: [[
1574
+ CommonModule,
1575
+ IconModule,
1576
+ H5Module,
1577
+ ParagraphModule,
1578
+ IconWrapperModule,
1579
+ ]] });
1580
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconSwatchModule, decorators: [{
1581
+ type: NgModule,
1582
+ args: [{
1583
+ declarations: [IconSwatchComponent],
1584
+ imports: [
1585
+ CommonModule,
1586
+ IconModule,
1587
+ H5Module,
1588
+ ParagraphModule,
1589
+ IconWrapperModule,
1590
+ ],
1591
+ exports: [IconSwatchComponent],
1592
+ }]
1593
+ }] });
1594
+
1595
+ class MoleculesModule {
1596
+ }
1597
+ MoleculesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1598
+ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [CommonModule,
1599
+ AvatarModule,
1600
+ ContextualMenuModule,
1601
+ PillsModule,
1602
+ ColorSwatchModule,
1603
+ IconSwatchModule,
1604
+ BreadcrumbModule], exports: [PillsModule, BreadcrumbModule] });
1605
+ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [[
1606
+ CommonModule,
1607
+ AvatarModule,
1608
+ ContextualMenuModule,
1609
+ PillsModule,
1610
+ ColorSwatchModule,
1611
+ IconSwatchModule,
1612
+ BreadcrumbModule,
1613
+ ], PillsModule, BreadcrumbModule] });
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, decorators: [{
1615
+ type: NgModule,
1616
+ args: [{
1617
+ declarations: [],
1618
+ imports: [
1619
+ CommonModule,
1620
+ AvatarModule,
1621
+ ContextualMenuModule,
1622
+ PillsModule,
1623
+ ColorSwatchModule,
1624
+ IconSwatchModule,
1625
+ BreadcrumbModule,
1626
+ ],
1627
+ exports: [PillsModule, BreadcrumbModule],
1628
+ }]
1629
+ }] });
1630
+
1631
+ class CardListComponent {
1632
+ constructor() {
1633
+ this.cardClicked = new EventEmitter();
1634
+ }
1635
+ onCardClick(card) {
1636
+ this.cardClicked.emit(card);
1637
+ }
1638
+ }
1639
+ CardListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1640
+ CardListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CardListComponent, selector: "symphony-card-list", inputs: { cardList: "cardList" }, outputs: { cardClicked: "cardClicked" }, ngImport: i0, template: "<section class=\"card-list\">\n <ul class=\"row card-list list-unstyled\">\n <li class=\"col-sm-4 col-md-3 card-list-item\" *ngFor=\"let card of cardList\">\n <symphony-card\n [cardModel]=\"card\"\n (clicked)=\"onCardClick($event)\"\n ></symphony-card>\n </li>\n </ul>\n</section>\n", styles: [".card-list-item{margin-bottom:40px}\n"], components: [{ type: CardComponent, selector: "symphony-card", inputs: ["cardModel"], outputs: ["clicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1641
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListComponent, decorators: [{
1642
+ type: Component,
1643
+ args: [{ selector: 'symphony-card-list', template: "<section class=\"card-list\">\n <ul class=\"row card-list list-unstyled\">\n <li class=\"col-sm-4 col-md-3 card-list-item\" *ngFor=\"let card of cardList\">\n <symphony-card\n [cardModel]=\"card\"\n (clicked)=\"onCardClick($event)\"\n ></symphony-card>\n </li>\n </ul>\n</section>\n", styles: [".card-list-item{margin-bottom:40px}\n"] }]
1644
+ }], ctorParameters: function () { return []; }, propDecorators: { cardList: [{
1645
+ type: Input
1646
+ }], cardClicked: [{
1647
+ type: Output
1648
+ }] } });
1649
+
1650
+ class CardListModule {
1651
+ }
1652
+ CardListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1653
+ CardListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, declarations: [CardListComponent], imports: [CommonModule, CardModule], exports: [CardListComponent] });
1654
+ CardListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, imports: [[CommonModule, CardModule]] });
1655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CardListModule, decorators: [{
1656
+ type: NgModule,
1657
+ args: [{
1658
+ declarations: [CardListComponent],
1659
+ imports: [CommonModule, CardModule],
1660
+ exports: [CardListComponent],
1661
+ }]
1662
+ }] });
1663
+
1664
+ class NoteComponent {
1665
+ constructor() {
1666
+ this.noteModel = {
1667
+ firstName: '',
1668
+ lastName: '',
1669
+ listTitle: '',
1670
+ timeStamp: '',
1671
+ description: '',
1672
+ moreActions: {
1673
+ items: [],
1674
+ hasBorder: false,
1675
+ },
1676
+ };
1677
+ }
1678
+ }
1679
+ NoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1680
+ NoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: NoteComponent, selector: "symphony-note", inputs: { noteModel: "noteModel" }, ngImport: i0, template: "<div class=\"sfx-note\">\n <symphony-avatar\n class=\"list-avatar\"\n [firstName]=\"noteModel.firstName\"\n [lastName]=\"noteModel.lastName\"\n ></symphony-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]=\"noteModel.listTitle\"></symphony-h3>\n <symphony-paragraph [text]=\"noteModel.timeStamp\"></symphony-paragraph>\n <symphony-paragraph [text]=\"noteModel.description\"></symphony-paragraph>\n </div>\n <symphony-contextual-menu\n class=\"list-more-option\"\n *ngIf=\"noteModel.moreActions && noteModel.moreActions.items.length > 0\"\n [model]=\"noteModel.moreActions\"\n ></symphony-contextual-menu>\n</div>\n", styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}\n"], components: [{ type: AvatarComponent, selector: "symphony-avatar", inputs: ["firstName", "lastName", "sizePx", "fontSizePx"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteComponent, decorators: [{
1682
+ type: Component,
1683
+ args: [{ selector: 'symphony-note', template: "<div class=\"sfx-note\">\n <symphony-avatar\n class=\"list-avatar\"\n [firstName]=\"noteModel.firstName\"\n [lastName]=\"noteModel.lastName\"\n ></symphony-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]=\"noteModel.listTitle\"></symphony-h3>\n <symphony-paragraph [text]=\"noteModel.timeStamp\"></symphony-paragraph>\n <symphony-paragraph [text]=\"noteModel.description\"></symphony-paragraph>\n </div>\n <symphony-contextual-menu\n class=\"list-more-option\"\n *ngIf=\"noteModel.moreActions && noteModel.moreActions.items.length > 0\"\n [model]=\"noteModel.moreActions\"\n ></symphony-contextual-menu>\n</div>\n", styles: [".sfx-note{position:relative;padding:20px 75px}.sfx-note .list-avatar{position:absolute;left:0;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}\n"] }]
1684
+ }], ctorParameters: function () { return []; }, propDecorators: { noteModel: [{
1685
+ type: Input
1686
+ }] } });
1687
+
1688
+ class NoteListComponent {
1689
+ constructor() { }
1690
+ }
1691
+ NoteListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1692
+ NoteListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: NoteListComponent, selector: "symphony-note-list", inputs: { noteList: "noteList" }, ngImport: i0, template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n", styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}\n"], components: [{ type: NoteComponent, selector: "symphony-note", inputs: ["noteModel"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListComponent, decorators: [{
1694
+ type: Component,
1695
+ args: [{ selector: 'symphony-note-list', template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n", styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}\n"] }]
1696
+ }], ctorParameters: function () { return []; }, propDecorators: { noteList: [{
1697
+ type: Input
1698
+ }] } });
1699
+
1700
+ class NoteModule {
1701
+ }
1702
+ NoteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1703
+ NoteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, declarations: [NoteComponent], imports: [CommonModule,
1704
+ AvatarModule,
1705
+ ContextualMenuModule,
1706
+ H3Module,
1707
+ ParagraphModule], exports: [NoteComponent] });
1708
+ NoteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, imports: [[
1709
+ CommonModule,
1710
+ AvatarModule,
1711
+ ContextualMenuModule,
1712
+ H3Module,
1713
+ ParagraphModule
1714
+ ]] });
1715
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteModule, decorators: [{
1716
+ type: NgModule,
1717
+ args: [{
1718
+ declarations: [NoteComponent],
1719
+ imports: [
1720
+ CommonModule,
1721
+ AvatarModule,
1722
+ ContextualMenuModule,
1723
+ H3Module,
1724
+ ParagraphModule
1725
+ ],
1726
+ exports: [NoteComponent]
1727
+ }]
1728
+ }] });
1729
+
1730
+ class NoteListModule {
1731
+ }
1732
+ NoteListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1733
+ NoteListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListModule, declarations: [NoteListComponent], imports: [CommonModule, NoteModule], exports: [NoteListComponent] });
1734
+ NoteListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListModule, imports: [[CommonModule, NoteModule]] });
1735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: NoteListModule, decorators: [{
1736
+ type: NgModule,
1737
+ args: [{
1738
+ declarations: [NoteListComponent],
1739
+ imports: [CommonModule, NoteModule],
1740
+ exports: [NoteListComponent]
1741
+ }]
1742
+ }] });
1743
+
1744
+ class TaskIconComponent {
1745
+ constructor() { }
1746
+ }
1747
+ TaskIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1748
+ TaskIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskIconComponent, selector: "symphony-task-icon", inputs: { isComplete: "isComplete" }, ngImport: i0, template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n", styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;position:relative;top:15px;left:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
1749
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconComponent, decorators: [{
1750
+ type: Component,
1751
+ args: [{ selector: 'symphony-task-icon', template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n", styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;position:relative;top:15px;left:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}\n"] }]
1752
+ }], ctorParameters: function () { return []; }, propDecorators: { isComplete: [{
1753
+ type: Input
1754
+ }] } });
1755
+
1756
+ class TaskComponent {
1757
+ constructor() {
1758
+ this.taskModel = {
1759
+ assignee: '',
1760
+ title: '',
1761
+ dueDate: '',
1762
+ };
1763
+ }
1764
+ }
1765
+ TaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1766
+ TaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskComponent, selector: "symphony-task", inputs: { taskModel: "taskModel" }, ngImport: i0, template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph [text]=\"taskModel.dueDate\"></symphony-paragraph>\n <symphony-paragraph [text]=\"taskModel.assignee\"></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.items.length > 0\"\n [model]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{display:flex;align-items:center;padding:30px 0;border-bottom:1px solid #d9d9d9}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{width:80%;height:50px}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}\n"], components: [{ type: TaskIconComponent, selector: "symphony-task-icon", inputs: ["isComplete"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
1767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskComponent, decorators: [{
1768
+ type: Component,
1769
+ args: [{ selector: 'symphony-task', template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph [text]=\"taskModel.dueDate\"></symphony-paragraph>\n <symphony-paragraph [text]=\"taskModel.assignee\"></symphony-paragraph>\n </div>\n </div>\n <symphony-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.items.length > 0\"\n [model]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n", styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{display:flex;align-items:center;padding:30px 0;border-bottom:1px solid #d9d9d9}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{width:80%;height:50px}.sfx-task symphony-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}\n"] }]
1770
+ }], ctorParameters: function () { return []; }, propDecorators: { taskModel: [{
1771
+ type: Input
1772
+ }] } });
1773
+
1774
+ class TaskListComponent {
1775
+ constructor() { }
1776
+ }
1777
+ TaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1778
+ TaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TaskListComponent, selector: "symphony-task-list", inputs: { taskList: "taskList" }, ngImport: i0, template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n", styles: [".task-list{border-top:1px solid #d9d9d9}\n"], components: [{ type: TaskComponent, selector: "symphony-task", inputs: ["taskModel"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
1779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListComponent, decorators: [{
1780
+ type: Component,
1781
+ args: [{ selector: 'symphony-task-list', template: "<ul class=\"task-list list-unstyled\">\n <li class=\"task-list-item\" *ngFor=\"let task of taskList\">\n <symphony-task [taskModel]=\"task\"></symphony-task>\n </li>\n</ul>\n", styles: [".task-list{border-top:1px solid #d9d9d9}\n"] }]
1782
+ }], ctorParameters: function () { return []; }, propDecorators: { taskList: [{
1783
+ type: Input
1784
+ }] } });
1785
+
1786
+ class TaskIconModule {
1787
+ }
1788
+ TaskIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1789
+ TaskIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, declarations: [TaskIconComponent], imports: [CommonModule], exports: [TaskIconComponent] });
1790
+ TaskIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, imports: [[CommonModule]] });
1791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskIconModule, decorators: [{
1792
+ type: NgModule,
1793
+ args: [{
1794
+ declarations: [TaskIconComponent],
1795
+ imports: [CommonModule],
1796
+ exports: [TaskIconComponent],
1797
+ }]
1798
+ }] });
1799
+
1800
+ class TaskModule {
1801
+ }
1802
+ TaskModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1803
+ TaskModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, declarations: [TaskComponent], imports: [CommonModule,
1804
+ TaskIconModule,
1805
+ ContextualMenuModule,
1806
+ H3Module,
1807
+ ParagraphModule], exports: [TaskComponent] });
1808
+ TaskModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, imports: [[
1809
+ CommonModule,
1810
+ TaskIconModule,
1811
+ ContextualMenuModule,
1812
+ H3Module,
1813
+ ParagraphModule
1814
+ ]] });
1815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskModule, decorators: [{
1816
+ type: NgModule,
1817
+ args: [{
1818
+ declarations: [TaskComponent],
1819
+ imports: [
1820
+ CommonModule,
1821
+ TaskIconModule,
1822
+ ContextualMenuModule,
1823
+ H3Module,
1824
+ ParagraphModule
1825
+ ],
1826
+ exports: [TaskComponent],
1827
+ }]
1828
+ }] });
1829
+
1830
+ class TaskListModule {
1831
+ }
1832
+ TaskListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1833
+ TaskListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, declarations: [TaskListComponent], imports: [CommonModule, TaskModule], exports: [TaskListComponent] });
1834
+ TaskListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, imports: [[CommonModule, TaskModule]] });
1835
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TaskListModule, decorators: [{
1836
+ type: NgModule,
1837
+ args: [{
1838
+ declarations: [TaskListComponent],
1839
+ imports: [CommonModule, TaskModule],
1840
+ exports: [TaskListComponent],
1841
+ }]
1842
+ }] });
1843
+
1844
+ class TypographyComponent {
1845
+ constructor() {
1846
+ this.typographyModel = {
1847
+ h1Text: '',
1848
+ h2Text: '',
1849
+ h3Text: '',
1850
+ h4Text: '',
1851
+ paragraphText: '',
1852
+ h5Text: '',
1853
+ };
1854
+ }
1855
+ }
1856
+ TypographyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1857
+ TypographyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TypographyComponent, selector: "symphony-typography", inputs: { title: "title", typographyModel: "typographyModel" }, ngImport: i0, template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"], components: [{ type: H1Component, selector: "symphony-h1", inputs: ["text", "isSecondary"] }, { type: H2Component, selector: "symphony-h2", inputs: ["text", "isSecondary"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }] });
1858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyComponent, decorators: [{
1859
+ type: Component,
1860
+ args: [{ selector: 'symphony-typography', template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"] }]
1861
+ }], ctorParameters: function () { return []; }, propDecorators: { title: [{
1862
+ type: Input
1863
+ }], typographyModel: [{
1864
+ type: Input
1865
+ }] } });
1866
+
1867
+ class TypographyModule {
1868
+ }
1869
+ TypographyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1870
+ TypographyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, declarations: [TypographyComponent], imports: [CommonModule,
1871
+ H2Module,
1872
+ H3Module,
1873
+ H4Module,
1874
+ H1Module,
1875
+ ParagraphModule,
1876
+ H5Module], exports: [TypographyComponent] });
1877
+ TypographyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, imports: [[
1878
+ CommonModule,
1879
+ H2Module,
1880
+ H3Module,
1881
+ H4Module,
1882
+ H1Module,
1883
+ ParagraphModule,
1884
+ H5Module,
1885
+ ]] });
1886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyModule, decorators: [{
1887
+ type: NgModule,
1888
+ args: [{
1889
+ declarations: [TypographyComponent],
1890
+ imports: [
1891
+ CommonModule,
1892
+ H2Module,
1893
+ H3Module,
1894
+ H4Module,
1895
+ H1Module,
1896
+ ParagraphModule,
1897
+ H5Module,
1898
+ ],
1899
+ exports: [TypographyComponent],
1900
+ }]
1901
+ }] });
1902
+
1903
+ class IconExplorerHelper {
1904
+ static getAllIcons() {
1905
+ let allIcons = [];
1906
+ allIcons = allIcons.concat(this.getHasNoBorderIconList());
1907
+ allIcons = allIcons.concat(this.getHasBorderIconList());
1908
+ allIcons = allIcons.concat(this.getInverseIconList());
1909
+ return allIcons;
1910
+ }
1911
+ static getHasNoBorderIconList() {
1912
+ return [
1913
+ {
1914
+ icon: Icons.MOREOPTIONS,
1915
+ iconName: 'MOREOPTIONS',
1916
+ iconClass: 'si-more-options',
1917
+ hasBorder: false,
1918
+ },
1919
+ {
1920
+ icon: Icons.ADD,
1921
+ iconName: 'ADD',
1922
+ iconClass: 'si-add',
1923
+ hasBorder: false,
1924
+ },
1925
+ {
1926
+ icon: Icons.ACTIVITY,
1927
+ iconName: 'ACTIVITY',
1928
+ iconClass: 'si-activity',
1929
+ hasBorder: false,
1930
+ },
1931
+ {
1932
+ icon: Icons.ARROWHIDEREVEAL,
1933
+ iconName: 'ARROWHIDEREVEAL',
1934
+ iconClass: 'si-arrow-hide-reveal',
1935
+ hasBorder: false,
1936
+ },
1937
+ {
1938
+ icon: Icons.ARROWNEXT,
1939
+ iconName: 'ARROWNEXT',
1940
+ iconClass: 'si-arrow-next',
1941
+ hasBorder: false,
1942
+ },
1943
+ {
1944
+ icon: Icons.ARROWPREV,
1945
+ iconName: 'ARROWPREV',
1946
+ iconClass: 'si-arrow-prev',
1947
+ hasBorder: false,
1948
+ },
1949
+ {
1950
+ icon: Icons.CLOSEMODAL,
1951
+ iconName: 'CLOSEMODAL',
1952
+ iconClass: 'si-close-modal',
1953
+ hasBorder: false,
1954
+ },
1955
+ {
1956
+ icon: Icons.COLLAPSE,
1957
+ iconName: 'COLLAPSE',
1958
+ iconClass: 'si-collapse',
1959
+ hasBorder: false,
1960
+ },
1961
+ {
1962
+ icon: Icons.DAYMODE,
1963
+ iconName: 'DAYMODE',
1964
+ iconClass: 'si-daymode',
1965
+ hasBorder: false,
1966
+ },
1967
+ {
1968
+ icon: Icons.DELETE,
1969
+ iconName: 'DELETE',
1970
+ iconClass: 'si-delete',
1971
+ hasBorder: false,
1972
+ },
1973
+ {
1974
+ icon: Icons.DOCUMENT,
1975
+ iconName: 'DOCUMENT',
1976
+ iconClass: 'si-document',
1977
+ hasBorder: false,
1978
+ },
1979
+ {
1980
+ icon: Icons.DOWNLOAD,
1981
+ iconName: 'DOWNLOAD',
1982
+ iconClass: 'si-download',
1983
+ hasBorder: false,
1984
+ },
1985
+ {
1986
+ icon: Icons.EDIT,
1987
+ iconName: 'EDIT',
1988
+ iconClass: 'si-edit',
1989
+ hasBorder: false,
1990
+ },
1991
+ {
1992
+ icon: Icons.EMAILDRIP,
1993
+ iconName: 'EMAILDRIP',
1994
+ iconClass: 'si-email-drip',
1995
+ hasBorder: false,
1996
+ },
1997
+ {
1998
+ icon: Icons.EMAILOPEN,
1999
+ iconName: 'EMAILOPEN',
2000
+ iconClass: 'si-email-open',
2001
+ hasBorder: false,
2002
+ },
2003
+ {
2004
+ icon: Icons.EMAILSEND,
2005
+ iconName: 'EMAILSEND',
2006
+ iconClass: 'si-email-send',
2007
+ hasBorder: false,
2008
+ },
2009
+ {
2010
+ icon: Icons.EXPAND,
2011
+ iconName: 'EXPAND',
2012
+ iconClass: 'si-expand',
2013
+ hasBorder: false,
2014
+ },
2015
+ {
2016
+ icon: Icons.FAVORITE,
2017
+ iconName: 'FAVORITE',
2018
+ iconClass: 'si-favorite',
2019
+ hasBorder: false,
2020
+ },
2021
+ {
2022
+ icon: Icons.FEEDBACKMAYBE,
2023
+ iconName: 'FEEDBACKMAYBE',
2024
+ iconClass: 'si-feedback-maybe',
2025
+ hasBorder: false,
2026
+ },
2027
+ {
2028
+ icon: Icons.FEEDBACKNO,
2029
+ iconName: 'FEEDBACKNO',
2030
+ iconClass: 'si-feedback-no',
2031
+ hasBorder: false,
2032
+ },
2033
+ {
2034
+ icon: Icons.FEEDBACKYES,
2035
+ iconName: 'FEEDBACKYES',
2036
+ iconClass: 'si-feedback-yes',
2037
+ hasBorder: false,
2038
+ },
2039
+ {
2040
+ icon: Icons.FOLDERMULTIPLE,
2041
+ iconName: 'FOLDERMULTIPLE',
2042
+ iconClass: 'si-folder-multiple',
2043
+ hasBorder: false,
2044
+ },
2045
+ {
2046
+ icon: Icons.INCLUDE,
2047
+ iconName: 'INCLUDE',
2048
+ iconClass: 'si-include',
2049
+ hasBorder: false,
2050
+ },
2051
+ {
2052
+ icon: Icons.INFO,
2053
+ iconName: 'INFO',
2054
+ iconClass: 'si-info',
2055
+ hasBorder: false,
2056
+ },
2057
+ {
2058
+ icon: Icons.INTERVIEW,
2059
+ iconName: 'INTERVIEW',
2060
+ iconClass: 'si-interview',
2061
+ hasBorder: false,
2062
+ },
2063
+ {
2064
+ icon: Icons.LINK,
2065
+ iconName: 'LINK',
2066
+ iconClass: 'si-link',
2067
+ hasBorder: false,
2068
+ },
2069
+ {
2070
+ icon: Icons.LOCATION,
2071
+ iconName: 'LOCATION',
2072
+ iconClass: 'si-location',
2073
+ hasBorder: false,
2074
+ },
2075
+ {
2076
+ icon: Icons.MENUALL,
2077
+ iconName: 'MENUALL',
2078
+ iconClass: 'si-menu-all',
2079
+ hasBorder: false,
2080
+ },
2081
+ {
2082
+ icon: Icons.MENUANALYTICS,
2083
+ iconName: 'MENUANALYTICS',
2084
+ iconClass: 'si-menu-analytics',
2085
+ hasBorder: false,
2086
+ },
2087
+ {
2088
+ icon: Icons.MENUASSETS,
2089
+ iconName: 'MENUASSETS',
2090
+ iconClass: 'si-menu-assets',
2091
+ hasBorder: false,
2092
+ },
2093
+ {
2094
+ icon: Icons.MENUCAMPAIGNS,
2095
+ iconName: 'MENUCAMPAIGNS',
2096
+ iconClass: 'si-menu-campaigns',
2097
+ hasBorder: false,
2098
+ },
2099
+ {
2100
+ icon: Icons.MENUCONTACT,
2101
+ iconName: 'MENUCONTACT',
2102
+ iconClass: 'si-menu-contact',
2103
+ hasBorder: false,
2104
+ },
2105
+ {
2106
+ icon: Icons.MENUCONTENT,
2107
+ iconName: 'MENUCONTENT',
2108
+ iconClass: 'si-menu-content',
2109
+ hasBorder: false,
2110
+ },
2111
+ {
2112
+ icon: Icons.MENUDASHBOARD,
2113
+ iconName: 'MENUDASHBOARD',
2114
+ iconClass: 'si-menu-dashboard',
2115
+ hasBorder: false,
2116
+ },
2117
+ {
2118
+ icon: Icons.MENUEVENTS,
2119
+ iconName: 'MENUEVENTS',
2120
+ iconClass: 'si-menu-events',
2121
+ hasBorder: false,
2122
+ },
2123
+ {
2124
+ icon: Icons.MENUFOLDERS,
2125
+ iconName: 'MENUFOLDERS',
2126
+ iconClass: 'si-menu-folders',
2127
+ hasBorder: false,
2128
+ },
2129
+ {
2130
+ icon: Icons.MENUJOBS,
2131
+ iconName: 'MENUJOBS',
2132
+ iconClass: 'si-menu-jobs',
2133
+ hasBorder: false,
2134
+ },
2135
+ {
2136
+ icon: Icons.MENURETURN,
2137
+ iconName: 'MENURETURN',
2138
+ iconClass: 'si-menu-return',
2139
+ hasBorder: false,
2140
+ },
2141
+ {
2142
+ icon: Icons.MENUWORKFLOWS,
2143
+ iconName: 'MENUWORKFLOWS',
2144
+ iconClass: 'si-menu-workflows',
2145
+ hasBorder: false,
2146
+ },
2147
+ {
2148
+ icon: Icons.MERGE,
2149
+ iconName: 'MERGE',
2150
+ iconClass: 'si-merge',
2151
+ hasBorder: false,
2152
+ },
2153
+ {
2154
+ icon: Icons.MOVE,
2155
+ iconName: 'MOVE',
2156
+ iconClass: 'si-move',
2157
+ hasBorder: false,
2158
+ },
2159
+ {
2160
+ icon: Icons.NIGHTMODE,
2161
+ iconName: 'NIGHTMODE',
2162
+ iconClass: 'si-nightmode',
2163
+ hasBorder: false,
2164
+ },
2165
+ {
2166
+ icon: Icons.NOTIFICATION,
2167
+ iconName: 'NOTIFICATION',
2168
+ iconClass: 'si-notification',
2169
+ hasBorder: false,
2170
+ },
2171
+ {
2172
+ icon: Icons.ORGANIZECOLUMNS,
2173
+ iconName: 'ORGANIZECOLUMNS',
2174
+ iconClass: 'si-organize-columns',
2175
+ hasBorder: false,
2176
+ },
2177
+ {
2178
+ icon: Icons.ORGANIZECONTACTS,
2179
+ iconName: 'ORGANIZECONTACTS',
2180
+ iconClass: 'si-organize-contacts',
2181
+ hasBorder: false,
2182
+ },
2183
+ {
2184
+ icon: Icons.PENDINGINCOMPLETE,
2185
+ iconName: 'PENDINGINCOMPLETE',
2186
+ iconClass: 'si-pending-incomplete',
2187
+ hasBorder: false,
2188
+ },
2189
+ {
2190
+ icon: Icons.PHONENUMBER,
2191
+ iconName: 'PHONENUMBER',
2192
+ iconClass: 'si-phone-number',
2193
+ hasBorder: false,
2194
+ },
2195
+ {
2196
+ icon: Icons.PREVIEW,
2197
+ iconName: 'PREVIEW',
2198
+ iconClass: 'si-preview',
2199
+ hasBorder: false,
2200
+ },
2201
+ {
2202
+ icon: Icons.PROMOTE,
2203
+ iconName: 'PROMOTE',
2204
+ iconClass: 'si-promote',
2205
+ hasBorder: false,
2206
+ },
2207
+ {
2208
+ icon: Icons.REFRESH,
2209
+ iconName: 'REFRESH',
2210
+ iconClass: 'si-refresh',
2211
+ hasBorder: false,
2212
+ },
2213
+ {
2214
+ icon: Icons.REMOVE,
2215
+ iconName: 'REMOVE',
2216
+ iconClass: 'si-remove',
2217
+ hasBorder: false,
2218
+ },
2219
+ {
2220
+ icon: Icons.EXCLUDE,
2221
+ iconName: 'EXCLUDE',
2222
+ iconClass: 'si-exclude',
2223
+ hasBorder: false,
2224
+ },
2225
+ {
2226
+ icon: Icons.RESULTSFILTERS,
2227
+ iconName: 'RESULTSFILTERS',
2228
+ iconClass: 'si-results-filters',
2229
+ hasBorder: false,
2230
+ },
2231
+ {
2232
+ icon: Icons.REVIEW,
2233
+ iconName: 'REVIEW',
2234
+ iconClass: 'si-review',
2235
+ hasBorder: false,
2236
+ },
2237
+ {
2238
+ icon: Icons.SALARY,
2239
+ iconName: 'SALARY',
2240
+ iconClass: 'si-salary',
2241
+ hasBorder: false,
2242
+ },
2243
+ {
2244
+ icon: Icons.SAVE,
2245
+ iconName: 'SAVE',
2246
+ iconClass: 'si-save',
2247
+ hasBorder: false,
2248
+ },
2249
+ {
2250
+ icon: Icons.SEARCHADVANCED,
2251
+ iconName: 'SEARCHADVANCED',
2252
+ iconClass: 'si-search-advanced',
2253
+ hasBorder: false,
2254
+ },
2255
+ {
2256
+ icon: Icons.SEARCHCLEAR,
2257
+ iconName: 'SEARCHCLEAR',
2258
+ iconClass: 'si-search-clear',
2259
+ hasBorder: false,
2260
+ },
2261
+ {
2262
+ icon: Icons.SEARCHNEW,
2263
+ iconName: 'SEARCHNEW',
2264
+ iconClass: 'si-search-new',
2265
+ hasBorder: false,
2266
+ },
2267
+ {
2268
+ icon: Icons.SETTINGSMART,
2269
+ iconName: 'SETTINGSMART',
2270
+ iconClass: 'si-settings-smart',
2271
+ hasBorder: false,
2272
+ },
2273
+ {
2274
+ icon: Icons.SMS,
2275
+ iconName: 'SMS',
2276
+ iconClass: 'si-sms',
2277
+ hasBorder: false,
2278
+ },
2279
+ {
2280
+ icon: Icons.SORTMINI,
2281
+ iconName: 'SORTMINI',
2282
+ iconClass: 'si-sort-mini',
2283
+ hasBorder: false,
2284
+ },
2285
+ {
2286
+ icon: Icons.STATUS,
2287
+ iconName: 'STATUS',
2288
+ iconClass: 'si-status',
2289
+ hasBorder: false,
2290
+ },
2291
+ {
2292
+ icon: Icons.SYSTEMACTION,
2293
+ iconName: 'SYSTEMACTION',
2294
+ iconClass: 'si-system-action',
2295
+ hasBorder: false,
2296
+ },
2297
+ {
2298
+ icon: Icons.TASKCOMPLETED,
2299
+ iconName: 'TASKCOMPLETED',
2300
+ iconClass: 'si-task-completed',
2301
+ hasBorder: false,
2302
+ },
2303
+ {
2304
+ icon: Icons.TASKOPEN,
2305
+ iconName: 'TASKOPEN',
2306
+ iconClass: 'si-task-open',
2307
+ hasBorder: false,
2308
+ },
2309
+ {
2310
+ icon: Icons.TIMEFRAME,
2311
+ iconName: 'TIMEFRAME',
2312
+ iconClass: 'si-timeframe',
2313
+ hasBorder: false,
2314
+ },
2315
+ {
2316
+ icon: Icons.TIMELINE,
2317
+ iconName: 'TIMELINE',
2318
+ iconClass: 'si-timeline',
2319
+ hasBorder: false,
2320
+ },
2321
+ {
2322
+ icon: Icons.UPLOAD,
2323
+ iconName: 'UPLOAD',
2324
+ iconClass: 'si-upload',
2325
+ hasBorder: false,
2326
+ },
2327
+ {
2328
+ icon: Icons.USERMULTIPLE,
2329
+ iconName: 'USERMULTIPLE',
2330
+ iconClass: 'si-user-multiple',
2331
+ hasBorder: false,
2332
+ },
2333
+ {
2334
+ icon: Icons.USER,
2335
+ iconName: 'USER',
2336
+ iconClass: 'si-user',
2337
+ hasBorder: false,
2338
+ },
2339
+ ];
2340
+ }
2341
+ static getInverseIconList() {
2342
+ return [
2343
+ {
2344
+ icon: Icons.ACTIVITY,
2345
+ iconName: 'ACTIVITY',
2346
+ iconClass: 'si-activity',
2347
+ hasBorder: true,
2348
+ },
2349
+ ];
2350
+ }
2351
+ static getHasBorderIconList() {
2352
+ return [
2353
+ {
2354
+ icon: Icons.ADD,
2355
+ iconName: 'ADD',
2356
+ iconClass: 'si-add',
2357
+ hasBorder: true,
2358
+ },
2359
+ {
2360
+ icon: Icons.ARROWNEXT,
2361
+ iconName: 'ARROWNEXT',
2362
+ iconClass: 'si-arrow-next',
2363
+ hasBorder: true,
2364
+ },
2365
+ {
2366
+ icon: Icons.DELETE,
2367
+ iconName: 'DELETE',
2368
+ iconClass: 'si-delete',
2369
+ hasBorder: true,
2370
+ },
2371
+ {
2372
+ icon: Icons.DOWNLOAD,
2373
+ iconName: 'DOWNLOAD',
2374
+ iconClass: 'si-download',
2375
+ hasBorder: true,
2376
+ },
2377
+ {
2378
+ icon: Icons.EDIT,
2379
+ iconName: 'EDIT',
2380
+ iconClass: 'si-edit',
2381
+ hasBorder: true,
2382
+ },
2383
+ {
2384
+ icon: Icons.FEEDBACKYES,
2385
+ iconName: 'FEEDBACKYES',
2386
+ iconClass: 'si-feedback-yes',
2387
+ hasBorder: true,
2388
+ },
2389
+ {
2390
+ icon: Icons.MENUCONTACT,
2391
+ iconName: 'MENUCONTACT',
2392
+ iconClass: 'si-menu-contact',
2393
+ hasBorder: true,
2394
+ },
2395
+ {
2396
+ icon: Icons.MOREOPTIONS,
2397
+ iconName: 'MOREOPTIONS',
2398
+ iconClass: 'si-more-options',
2399
+ hasBorder: true,
2400
+ },
2401
+ {
2402
+ icon: Icons.ORGANIZECOLUMNS,
2403
+ iconName: 'ORGANIZECOLUMNS',
2404
+ iconClass: 'si-organize-columns',
2405
+ hasBorder: true,
2406
+ },
2407
+ {
2408
+ icon: Icons.PREVIEW,
2409
+ iconName: 'PREVIEW',
2410
+ iconClass: 'si-preview',
2411
+ hasBorder: true,
2412
+ },
2413
+ {
2414
+ icon: Icons.SAVE,
2415
+ iconName: 'SAVE',
2416
+ iconClass: 'si-save',
2417
+ hasBorder: true,
2418
+ },
2419
+ ];
2420
+ }
2421
+ }
2422
+
2423
+ class IconExplorerComponent {
2424
+ constructor() {
2425
+ this.iconList = IconExplorerHelper.getAllIcons();
2426
+ this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
2427
+ this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
2428
+ this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
2429
+ }
2430
+ ngOnInit() {
2431
+ this.iconCount = this.iconList.length;
2432
+ this.explorerTitle = `Iconography (${this.iconCount} icons)`;
2433
+ this.iconHasBorderCount = this.hasBorderIconsList.length;
2434
+ this.borderTitle = `Icons with border (${this.iconHasBorderCount} icons)`;
2435
+ this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
2436
+ this.noBorderTitle = `Icons without border (${this.iconHasNoBorderCount} icons)`;
2437
+ this.iconisInverseCount = this.isInverseIconsList.length;
2438
+ this.backgroundTitle = `Icons with background (${this.iconisInverseCount} icons)`;
2439
+ }
2440
+ }
2441
+ IconExplorerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconExplorerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2442
+ IconExplorerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: IconExplorerComponent, selector: "symphony-icon-explorer", ngImport: i0, template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n", styles: [".sfx-icon-list{flex-direction:row;flex-wrap:wrap;display:flex;width:100vw;margin:20px 0 80px}.icon-list-item{padding:15px 0;flex:0 0 20%}.explorer-title{padding-bottom:10px;border-bottom:5px solid black;margin-bottom:30px}.explorer-subtitle{margin-bottom:10px}\n"], components: [{ type: H2Component, selector: "symphony-h2", inputs: ["text", "isSecondary"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: IconSwatchComponent, selector: "symphony-icon-swatch", inputs: ["iconSwatchModel", "isInverse"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconExplorerComponent, decorators: [{
2444
+ type: Component,
2445
+ args: [{ selector: 'symphony-icon-explorer', template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n", styles: [".sfx-icon-list{flex-direction:row;flex-wrap:wrap;display:flex;width:100vw;margin:20px 0 80px}.icon-list-item{padding:15px 0;flex:0 0 20%}.explorer-title{padding-bottom:10px;border-bottom:5px solid black;margin-bottom:30px}.explorer-subtitle{margin-bottom:10px}\n"] }]
2446
+ }], ctorParameters: function () { return []; } });
2447
+
2448
+ class IconExplorerModule {
2449
+ }
2450
+ IconExplorerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconExplorerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2451
+ IconExplorerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconExplorerModule, declarations: [IconExplorerComponent], imports: [CommonModule, IconSwatchModule, H2Module, H3Module] });
2452
+ IconExplorerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconExplorerModule, imports: [[CommonModule, IconSwatchModule, H2Module, H3Module]] });
2453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: IconExplorerModule, decorators: [{
2454
+ type: NgModule,
2455
+ args: [{
2456
+ declarations: [IconExplorerComponent],
2457
+ imports: [CommonModule, IconSwatchModule, H2Module, H3Module],
2458
+ }]
2459
+ }] });
2460
+
2461
+ class OrganismsModule {
2462
+ }
2463
+ OrganismsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2464
+ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [CommonModule,
2465
+ NoteListModule,
2466
+ TaskListModule,
2467
+ TypographyModule,
2468
+ IconExplorerModule,
2469
+ CardListModule] });
2470
+ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
2471
+ CommonModule,
2472
+ NoteListModule,
2473
+ TaskListModule,
2474
+ TypographyModule,
2475
+ IconExplorerModule,
2476
+ CardListModule,
2477
+ ]] });
2478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
2479
+ type: NgModule,
2480
+ args: [{
2481
+ declarations: [],
2482
+ imports: [
2483
+ CommonModule,
2484
+ NoteListModule,
2485
+ TaskListModule,
2486
+ TypographyModule,
2487
+ IconExplorerModule,
2488
+ CardListModule,
2489
+ ],
2490
+ }]
2491
+ }] });
2492
+
2493
+ class AdminListTemplateComponent {
2494
+ constructor() { }
2495
+ }
2496
+ AdminListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2497
+ AdminListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdminListTemplateComponent, selector: "symphony-admin-list-template", ngImport: i0, template: "<div class=\"sfx\">\n <!---->\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0 sfx-mt-10\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-grid-wrap\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.sfx-title-wrap{display:inline-block;width:100%;border-bottom:5px solid #000}\n"] });
2498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListTemplateComponent, decorators: [{
2499
+ type: Component,
2500
+ args: [{ selector: 'symphony-admin-list-template', template: "<div class=\"sfx\">\n <!---->\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9 sfx-pl-0\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-page-action]\"></ng-content>\n </span>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0 sfx-mt-10\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-grid-wrap\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}.sfx-title-wrap{display:inline-block;width:100%;border-bottom:5px solid #000}\n"] }]
2501
+ }], ctorParameters: function () { return []; } });
2502
+
2503
+ class PlaceholderComponent {
2504
+ constructor() { }
2505
+ }
2506
+ PlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2507
+ PlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: PlaceholderComponent, selector: "symphony-placeholder", inputs: { type: "type", label: "label", tooltip: "tooltip", tooltipPlacement: "tooltipPlacement", height: "height", width: "width" }, ngImport: i0, template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n", styles: [".placeholder-dashed{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:10px}.placeholder-dashed-circle{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:50%}.wrapper div{height:100%}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }] });
2508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderComponent, decorators: [{
2509
+ type: Component,
2510
+ args: [{ selector: 'symphony-placeholder', template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n", styles: [".placeholder-dashed{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:10px}.placeholder-dashed-circle{color:#464646;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 10px,#d9d9d9 20px);border:3px dashed #464646;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;border-radius:50%}.wrapper div{height:100%}\n"] }]
2511
+ }], ctorParameters: function () { return []; }, propDecorators: { type: [{
2512
+ type: Input
2513
+ }], label: [{
2514
+ type: Input
2515
+ }], tooltip: [{
2516
+ type: Input
2517
+ }], tooltipPlacement: [{
2518
+ type: Input
2519
+ }], height: [{
2520
+ type: Input
2521
+ }], width: [{
2522
+ type: Input
2523
+ }] } });
2524
+
2525
+ class EventsSettingsPageComponent {
2526
+ constructor() {
2527
+ this.keywordSearchChange = new EventEmitter();
2528
+ this.gridActionsSelectedOption = new EventEmitter();
2529
+ this.addButtonClicked = new EventEmitter();
2530
+ this.eventsSettingsBreadcrumbs = [
2531
+ {
2532
+ label: 'Main Menu',
2533
+ link: '/tools',
2534
+ },
2535
+ {
2536
+ label: 'Sub Menu One',
2537
+ },
2538
+ ];
2539
+ }
2540
+ keywordSearch(keyword) {
2541
+ this.keywordSearchChange.emit(keyword);
2542
+ console.log(keyword);
2543
+ }
2544
+ gridActionsSelect(selection) {
2545
+ this.gridActionsSelectedOption.emit(selection);
2546
+ console.log(selection);
2547
+ }
2548
+ onAddButtonClick() {
2549
+ this.addButtonClicked.emit();
2550
+ }
2551
+ }
2552
+ EventsSettingsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2553
+ EventsSettingsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: EventsSettingsPageComponent, selector: "symphony-events-settings-page", inputs: { model: "model" }, outputs: { keywordSearchChange: "keywordSearchChange", gridActionsSelectedOption: "gridActionsSelectedOption", addButtonClicked: "addButtonClicked" }, ngImport: i0, template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <symphony-placeholder\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n filter-one\n [label]=\"'filter-one'\"\n [height]=\"'80px'\"\n ></symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-contextual-menu\n sfx-grid-action\n class=\"more-options\"\n *ngIf=\"model.gridActions.items && model.gridActions.items.length > 0\"\n [model]=\"model.gridActions\"\n (itemClick)=\"gridActionsSelect($event)\"\n >\n </symphony-contextual-menu>\n <symphony-grid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [rowData]=\"model.grid.rowData\"\n *ngIf=\"!model.overrideGridPlaceholder\"\n ></symphony-grid>\n <symphony-placeholder\n *ngIf=\"model.overrideGridPlaceholder\"\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n", styles: [""], components: [{ type: AdminListTemplateComponent, selector: "symphony-admin-list-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size"], outputs: ["clicked"] }, { type: TwoColumnFilterAreaComponent, selector: "symphony-two-column-filter-area", inputs: ["height"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: PlaceholderComponent, selector: "symphony-placeholder", inputs: ["type", "label", "tooltip", "tooltipPlacement", "height", "width"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse"], outputs: ["textChange"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "rowData"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageComponent, decorators: [{
2555
+ type: Component,
2556
+ args: [{ selector: 'symphony-events-settings-page', template: "<symphony-admin-list-template *ngIf=\"model\">\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-icon-wrapper\n sfx-page-action\n *ngIf=\"model.showAddButton\"\n (clicked)=\"onAddButtonClick()\"\n >\n <symphony-icon [icon]=\"'si-add'\"></symphony-icon>\n </symphony-icon-wrapper>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"model.settingTypeDropdown\"\n *ngIf=\"!model.overrideSettingTypeFilterPlaceholder\"\n >\n </symphony-input-dropdown>\n <symphony-placeholder\n *ngIf=\"model.overrideSettingTypeFilterPlaceholder\"\n filter-one\n [label]=\"'filter-one'\"\n [height]=\"'80px'\"\n ></symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>{{ model.gridTitle }}</symphony-h4>\n <symphony-contextual-menu\n sfx-grid-action\n class=\"more-options\"\n *ngIf=\"model.gridActions.items && model.gridActions.items.length > 0\"\n [model]=\"model.gridActions\"\n (itemClick)=\"gridActionsSelect($event)\"\n >\n </symphony-contextual-menu>\n <symphony-grid\n sfx-grid\n [columnDefs]=\"model.grid.columnDefs\"\n [rowData]=\"model.grid.rowData\"\n *ngIf=\"!model.overrideGridPlaceholder\"\n ></symphony-grid>\n <symphony-placeholder\n *ngIf=\"model.overrideGridPlaceholder\"\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n", styles: [""] }]
2557
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2558
+ type: Input
2559
+ }], keywordSearchChange: [{
2560
+ type: Output
2561
+ }], gridActionsSelectedOption: [{
2562
+ type: Output
2563
+ }], addButtonClicked: [{
2564
+ type: Output
2565
+ }] } });
2566
+
2567
+ class AdminListModule {
2568
+ }
2569
+ AdminListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2570
+ AdminListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, declarations: [AdminListTemplateComponent], imports: [CommonModule], exports: [AdminListTemplateComponent] });
2571
+ AdminListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, imports: [[CommonModule]] });
2572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdminListModule, decorators: [{
2573
+ type: NgModule,
2574
+ args: [{
2575
+ declarations: [AdminListTemplateComponent],
2576
+ imports: [CommonModule],
2577
+ exports: [AdminListTemplateComponent],
2578
+ }]
2579
+ }] });
2580
+
2581
+ class PlaceholderModule {
2582
+ }
2583
+ PlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2584
+ PlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, declarations: [PlaceholderComponent], imports: [CommonModule, i2.TooltipModule], exports: [PlaceholderComponent] });
2585
+ PlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, imports: [[CommonModule, TooltipModule.forRoot()]] });
2586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: PlaceholderModule, decorators: [{
2587
+ type: NgModule,
2588
+ args: [{
2589
+ declarations: [PlaceholderComponent],
2590
+ imports: [CommonModule, TooltipModule.forRoot()],
2591
+ exports: [PlaceholderComponent],
2592
+ }]
2593
+ }] });
2594
+
2595
+ class EventsSettingsPageModule {
2596
+ }
2597
+ EventsSettingsPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2598
+ EventsSettingsPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, declarations: [EventsSettingsPageComponent], imports: [CommonModule,
2599
+ AdminListModule,
2600
+ H3Module,
2601
+ H4Module,
2602
+ PlaceholderModule,
2603
+ BreadcrumbModule,
2604
+ TwoColumnFilterAreaModule,
2605
+ IconModule,
2606
+ InputTextModule,
2607
+ ContextualMenuModule,
2608
+ InputDropdownModule,
2609
+ GridModule,
2610
+ IconWrapperModule], exports: [EventsSettingsPageComponent] });
2611
+ EventsSettingsPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, imports: [[
2612
+ CommonModule,
2613
+ AdminListModule,
2614
+ H3Module,
2615
+ H4Module,
2616
+ PlaceholderModule,
2617
+ BreadcrumbModule,
2618
+ TwoColumnFilterAreaModule,
2619
+ IconModule,
2620
+ InputTextModule,
2621
+ ContextualMenuModule,
2622
+ InputDropdownModule,
2623
+ GridModule,
2624
+ IconWrapperModule,
2625
+ ]] });
2626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: EventsSettingsPageModule, decorators: [{
2627
+ type: NgModule,
2628
+ args: [{
2629
+ declarations: [EventsSettingsPageComponent],
2630
+ imports: [
2631
+ CommonModule,
2632
+ AdminListModule,
2633
+ H3Module,
2634
+ H4Module,
2635
+ PlaceholderModule,
2636
+ BreadcrumbModule,
2637
+ TwoColumnFilterAreaModule,
2638
+ IconModule,
2639
+ InputTextModule,
2640
+ ContextualMenuModule,
2641
+ InputDropdownModule,
2642
+ GridModule,
2643
+ IconWrapperModule,
2644
+ ],
2645
+ exports: [EventsSettingsPageComponent],
2646
+ }]
2647
+ }] });
2648
+
2649
+ class SettingListTemplateComponent {
2650
+ constructor() { }
2651
+ }
2652
+ SettingListTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2653
+ SettingListTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingListTemplateComponent, selector: "symphony-setting-list-template", ngImport: i0, template: "<section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-6 col-lg-6 sfx-mb-30\">\n <ng-content select=\"[page-title]\"></ng-content>\n </div>\n </div>\n</section>\n<section\n class=\"setting-list-header sfx-pt-30 sfx-pb-30 sfx-border-bottom-gray-1 sfx-mb-40\"\n>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-9 col-lg-9 sfx-pt-15\">\n <ng-content select=\"[List-title]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-12 col-md-3 col-lg-3\">\n <ng-content select=\"[filter-input]\"></ng-content>\n </div>\n </div>\n</section>\n<section class=\"setting-list-wrap\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[card-list]\"></ng-content>\n </div>\n </div>\n</section>\n", styles: [".sfx-page-title{border-bottom:5px solid #000}\n"] });
2654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateComponent, decorators: [{
2655
+ type: Component,
2656
+ args: [{ selector: 'symphony-setting-list-template', template: "<section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-6 col-lg-6 sfx-mb-30\">\n <ng-content select=\"[page-title]\"></ng-content>\n </div>\n </div>\n</section>\n<section\n class=\"setting-list-header sfx-pt-30 sfx-pb-30 sfx-border-bottom-gray-1 sfx-mb-40\"\n>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-9 col-lg-9 sfx-pt-15\">\n <ng-content select=\"[List-title]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-12 col-md-3 col-lg-3\">\n <ng-content select=\"[filter-input]\"></ng-content>\n </div>\n </div>\n</section>\n<section class=\"setting-list-wrap\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[card-list]\"></ng-content>\n </div>\n </div>\n</section>\n", styles: [".sfx-page-title{border-bottom:5px solid #000}\n"] }]
2657
+ }], ctorParameters: function () { return []; } });
2658
+
2659
+ class SettingListPageComponent {
2660
+ constructor() {
2661
+ this.cardClicked = new EventEmitter();
2662
+ }
2663
+ ngOnInit() {
2664
+ this.filteredCardList = this.model.cardList;
2665
+ }
2666
+ keywordSearch(keyword) {
2667
+ this.filteredCardList = this.model.cardList.filter((card) => card.title.toLowerCase().includes(keyword));
2668
+ }
2669
+ onCardClick(card) {
2670
+ this.cardClicked.emit(card);
2671
+ }
2672
+ }
2673
+ SettingListPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2674
+ SettingListPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingListPageComponent, selector: "symphony-setting-list-page", inputs: { model: "model" }, outputs: { cardClicked: "cardClicked" }, ngImport: i0, template: "<symphony-setting-list-template *ngIf=\"model\">\n <symphony-h3 page-title>{{ model.pageTitle }}</symphony-h3>\n <symphony-paragraph List-title>{{ model.listTitle }}</symphony-paragraph>\n <symphony-input-text\n filter-input\n [placeholder]=\"'Search by keyword'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n <symphony-card-list\n card-list\n [cardList]=\"filteredCardList\"\n (cardClicked)=\"onCardClick($event)\"\n ></symphony-card-list>\n</symphony-setting-list-template>\n", styles: [".sfx-page-title{border-bottom:5px solid #000}\n"], components: [{ type: SettingListTemplateComponent, selector: "symphony-setting-list-template" }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse"], outputs: ["textChange"] }, { type: CardListComponent, selector: "symphony-card-list", inputs: ["cardList"], outputs: ["cardClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageComponent, decorators: [{
2676
+ type: Component,
2677
+ args: [{ selector: 'symphony-setting-list-page', template: "<symphony-setting-list-template *ngIf=\"model\">\n <symphony-h3 page-title>{{ model.pageTitle }}</symphony-h3>\n <symphony-paragraph List-title>{{ model.listTitle }}</symphony-paragraph>\n <symphony-input-text\n filter-input\n [placeholder]=\"'Search by keyword'\"\n [icon]=\"'si-search-new'\"\n (textChange)=\"keywordSearch($event)\"\n >\n </symphony-input-text>\n <symphony-card-list\n card-list\n [cardList]=\"filteredCardList\"\n (cardClicked)=\"onCardClick($event)\"\n ></symphony-card-list>\n</symphony-setting-list-template>\n", styles: [".sfx-page-title{border-bottom:5px solid #000}\n"] }]
2678
+ }], ctorParameters: function () { return []; }, propDecorators: { model: [{
2679
+ type: Input
2680
+ }], cardClicked: [{
2681
+ type: Output
2682
+ }] } });
2683
+
2684
+ class SettingListTemplateModule {
2685
+ }
2686
+ SettingListTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2687
+ SettingListTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, declarations: [SettingListTemplateComponent], imports: [CommonModule,
2688
+ PlaceholderModule], exports: [SettingListTemplateComponent] });
2689
+ SettingListTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, imports: [[
2690
+ CommonModule,
2691
+ PlaceholderModule
2692
+ ]] });
2693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListTemplateModule, decorators: [{
2694
+ type: NgModule,
2695
+ args: [{
2696
+ declarations: [
2697
+ SettingListTemplateComponent
2698
+ ],
2699
+ imports: [
2700
+ CommonModule,
2701
+ PlaceholderModule
2702
+ ],
2703
+ exports: [SettingListTemplateComponent],
2704
+ }]
2705
+ }] });
2706
+
2707
+ class SettingListPageModule {
2708
+ }
2709
+ SettingListPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2710
+ SettingListPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, declarations: [SettingListPageComponent], imports: [CommonModule,
2711
+ PlaceholderModule,
2712
+ SettingListTemplateModule,
2713
+ H3Module,
2714
+ ParagraphModule,
2715
+ InputTextModule,
2716
+ CardListModule], exports: [SettingListPageComponent] });
2717
+ SettingListPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, imports: [[
2718
+ CommonModule,
2719
+ PlaceholderModule,
2720
+ SettingListTemplateModule,
2721
+ H3Module,
2722
+ ParagraphModule,
2723
+ InputTextModule,
2724
+ CardListModule,
2725
+ ]] });
2726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingListPageModule, decorators: [{
2727
+ type: NgModule,
2728
+ args: [{
2729
+ declarations: [SettingListPageComponent],
2730
+ imports: [
2731
+ CommonModule,
2732
+ PlaceholderModule,
2733
+ SettingListTemplateModule,
2734
+ H3Module,
2735
+ ParagraphModule,
2736
+ InputTextModule,
2737
+ CardListModule,
2738
+ ],
2739
+ exports: [SettingListPageComponent],
2740
+ }]
2741
+ }] });
2742
+
2743
+ /*
2744
+ * ATOMS
2745
+ */
2746
+
2747
+ /**
2748
+ * Generated bundle index. Do not edit.
2749
+ */
2750
+
2751
+ export { ActivityScoreLevel, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule };
2752
+ //# sourceMappingURL=symphony-talent-component-library-projects-component-library.mjs.map