@naniteninja/dashboard-components-lib 1.0.5 → 2.0.1

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 (315) hide show
  1. package/fesm2022/naniteninja-dashboard-components-lib.mjs +535 -180
  2. package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
  3. package/index.d.ts +1775 -3
  4. package/{naniteninja-dashboard-components-lib-1.0.5.tgz → naniteninja-dashboard-components-lib-2.0.1.tgz} +0 -0
  5. package/package.json +25 -29
  6. package/src/assets/icons/close-icon.svg +1 -1
  7. package/src/assets/icons/drag-handle.svg +5 -0
  8. package/src/assets/icons/filter-gear.svg +5 -0
  9. package/src/assets/icons/filter-icon.svg +5 -0
  10. package/src/assets/icons/plus.svg +1 -1
  11. package/src/assets/icons/settings.svg +4 -0
  12. package/src/lib/shared-styles/common/theme.scss +3 -3
  13. package/esm2022/lib/components/auto-delegation/animations.mjs +0 -20
  14. package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +0 -106
  15. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +0 -6
  16. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +0 -7
  17. package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +0 -2
  18. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +0 -2
  19. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +0 -2
  20. package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +0 -2
  21. package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +0 -37
  22. package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +0 -120
  23. package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +0 -23
  24. package/esm2022/lib/components/calendar/agenda/enums/agenda-item-type.enum.mjs +0 -6
  25. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +0 -2
  26. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +0 -2
  27. package/esm2022/lib/components/calendar/agenda/types/agenda-item.type.mjs +0 -2
  28. package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +0 -40
  29. package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +0 -275
  30. package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +0 -89
  31. package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +0 -40
  32. package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +0 -6
  33. package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +0 -6
  34. package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +0 -10
  35. package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +0 -7
  36. package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +0 -8
  37. package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +0 -2
  38. package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +0 -2
  39. package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +0 -2
  40. package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +0 -2
  41. package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +0 -2
  42. package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +0 -2
  43. package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +0 -2
  44. package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +0 -2
  45. package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +0 -2
  46. package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +0 -30
  47. package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +0 -7
  48. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +0 -2
  49. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +0 -2
  50. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +0 -2
  51. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +0 -2
  52. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +0 -2
  53. package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +0 -80
  54. package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +0 -144
  55. package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +0 -211
  56. package/esm2022/lib/components/chat/chat.component.mjs +0 -310
  57. package/esm2022/lib/components/chat/chat.component.module.mjs +0 -85
  58. package/esm2022/lib/components/chat/chat.service.mjs +0 -63
  59. package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +0 -6
  60. package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +0 -77
  61. package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +0 -41
  62. package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +0 -2
  63. package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +0 -2
  64. package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +0 -2
  65. package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +0 -2
  66. package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +0 -2
  67. package/esm2022/lib/components/chat/interfaces/message.interface.mjs +0 -2
  68. package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +0 -2
  69. package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +0 -7
  70. package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +0 -21
  71. package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +0 -2
  72. package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +0 -143
  73. package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +0 -18
  74. package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +0 -6
  75. package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +0 -2
  76. package/esm2022/lib/components/client-home/client-home.component.mjs +0 -123
  77. package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +0 -9
  78. package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +0 -2
  79. package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +0 -2
  80. package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +0 -2
  81. package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +0 -2
  82. package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +0 -30
  83. package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +0 -6
  84. package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +0 -6
  85. package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +0 -6
  86. package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +0 -6
  87. package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +0 -10
  88. package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +0 -10
  89. package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +0 -10
  90. package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +0 -60
  91. package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +0 -33
  92. package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +0 -300
  93. package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +0 -6
  94. package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +0 -6
  95. package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +0 -8
  96. package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +0 -2
  97. package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +0 -2
  98. package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +0 -2
  99. package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +0 -2
  100. package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +0 -2
  101. package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +0 -81
  102. package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +0 -8
  103. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +0 -4
  104. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +0 -3
  105. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +0 -43
  106. package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +0 -113
  107. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +0 -11
  108. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +0 -27
  109. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +0 -19
  110. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +0 -21
  111. package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +0 -173
  112. package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +0 -11
  113. package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +0 -7
  114. package/esm2022/lib/components/lib-client-dashboard/interfaces/ads.interface.mjs +0 -2
  115. package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +0 -2
  116. package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +0 -15
  117. package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +0 -146
  118. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +0 -2
  119. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +0 -2
  120. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +0 -2
  121. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +0 -2
  122. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +0 -2
  123. package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +0 -21
  124. package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +0 -15
  125. package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +0 -2
  126. package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +0 -54
  127. package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +0 -58
  128. package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +0 -19
  129. package/esm2022/lib/components/profile-card/profile-card.component.mjs +0 -35
  130. package/esm2022/lib/components/profile-card/profile-card.module.mjs +0 -19
  131. package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +0 -2
  132. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +0 -2
  133. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +0 -2
  134. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +0 -2
  135. package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +0 -2
  136. package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +0 -2
  137. package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +0 -2
  138. package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +0 -2
  139. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +0 -67
  140. package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +0 -11
  141. package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +0 -277
  142. package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +0 -235
  143. package/esm2022/lib/enums/direction.enum.mjs +0 -6
  144. package/esm2022/lib/enums/form-field-type.mjs +0 -30
  145. package/esm2022/lib/enums/local-storage-keys.enum.mjs +0 -5
  146. package/esm2022/lib/enums/status-types.mjs +0 -8
  147. package/esm2022/lib/model/select-option-template.mjs +0 -2
  148. package/esm2022/lib/operations/operations.mjs +0 -19
  149. package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +0 -49
  150. package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +0 -17
  151. package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +0 -31
  152. package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +0 -28
  153. package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +0 -59
  154. package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +0 -22
  155. package/esm2022/lib/pipes/initials/initials.pipe.mjs +0 -26
  156. package/esm2022/lib/pipes/round/round.pipe.mjs +0 -17
  157. package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +0 -25
  158. package/esm2022/lib/services/abstract-cache.service.mjs +0 -10
  159. package/esm2022/lib/shared/shared/alert-popup/alert-popup.component.mjs +0 -38
  160. package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +0 -95
  161. package/esm2022/lib/shared/shared/status-icon/status-icon.component.mjs +0 -14
  162. package/esm2022/lib/shared/shared.module.mjs +0 -23
  163. package/esm2022/naniteninja-dashboard-components-lib.mjs +0 -5
  164. package/esm2022/public-api.mjs +0 -123
  165. package/lib/components/auto-delegation/animations.d.ts +0 -1
  166. package/lib/components/auto-delegation/auto-delegation-modal.component.d.ts +0 -29
  167. package/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.d.ts +0 -4
  168. package/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.d.ts +0 -5
  169. package/lib/components/auto-delegation/interface/auto-delegation-data.interface.d.ts +0 -31
  170. package/lib/components/auto-delegation/interface/auto-delegation.event.interface.d.ts +0 -6
  171. package/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.d.ts +0 -8
  172. package/lib/components/auto-delegation/interface/preferences.interface.d.ts +0 -17
  173. package/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.d.ts +0 -12
  174. package/lib/components/calendar/agenda/agenda.component.d.ts +0 -27
  175. package/lib/components/calendar/agenda/agenda.module.d.ts +0 -12
  176. package/lib/components/calendar/agenda/enums/agenda-item-type.enum.d.ts +0 -4
  177. package/lib/components/calendar/agenda/interfaces/agenda.day.interface.d.ts +0 -7
  178. package/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.d.ts +0 -9
  179. package/lib/components/calendar/agenda/types/agenda-item.type.d.ts +0 -7
  180. package/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.d.ts +0 -19
  181. package/lib/components/calendar/components/event-form/event-form.component.d.ts +0 -67
  182. package/lib/components/calendar/components/event-form/event-form.module.d.ts +0 -20
  183. package/lib/components/calendar/components/event-info/event-info.component.d.ts +0 -24
  184. package/lib/components/calendar/enums/calendar.account.enum.d.ts +0 -4
  185. package/lib/components/calendar/enums/calendar.account.icons.enum.d.ts +0 -4
  186. package/lib/components/calendar/enums/event-type.enum.d.ts +0 -8
  187. package/lib/components/calendar/enums/recurring.edit.options.enum.d.ts +0 -5
  188. package/lib/components/calendar/enums/recurring.type.enum.d.ts +0 -6
  189. package/lib/components/calendar/interfaces/calendar.account.interface.d.ts +0 -14
  190. package/lib/components/calendar/interfaces/calendar.account.theme.interface.d.ts +0 -5
  191. package/lib/components/calendar/interfaces/event.form.interface.d.ts +0 -22
  192. package/lib/components/calendar/interfaces/event.form.output.interface.d.ts +0 -10
  193. package/lib/components/calendar/interfaces/event.interface.d.ts +0 -33
  194. package/lib/components/calendar/interfaces/event.time.interface.d.ts +0 -4
  195. package/lib/components/calendar/interfaces/recurring.event.interface.d.ts +0 -16
  196. package/lib/components/calendar/interfaces/recurring.exception.interface.d.ts +0 -14
  197. package/lib/components/calendar/interfaces/recurring.pattern.interface.d.ts +0 -16
  198. package/lib/components/calendar/lookups/recurring.options.lookup.d.ts +0 -2
  199. package/lib/components/calendar/scheduler/enums/schedule-date-status.enum.d.ts +0 -5
  200. package/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.d.ts +0 -10
  201. package/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.d.ts +0 -5
  202. package/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.d.ts +0 -26
  203. package/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.d.ts +0 -13
  204. package/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.d.ts +0 -6
  205. package/lib/components/calendar/scheduler/mock-schedule.d.ts +0 -9
  206. package/lib/components/calendar/scheduler/scheduler.component.d.ts +0 -36
  207. package/lib/components/calendar/services/calendar-utils.service.d.ts +0 -39
  208. package/lib/components/chat/chat.component.d.ts +0 -70
  209. package/lib/components/chat/chat.component.module.d.ts +0 -22
  210. package/lib/components/chat/chat.service.d.ts +0 -15
  211. package/lib/components/chat/enums/sender-types.enum.d.ts +0 -4
  212. package/lib/components/chat/gif-selector/gif-selector.component.d.ts +0 -25
  213. package/lib/components/chat/gif-selector/gif-selector.service.d.ts +0 -15
  214. package/lib/components/chat/gif-selector/tenor-media-format.interface.d.ts +0 -7
  215. package/lib/components/chat/gif-selector/tenor-object.interface.d.ts +0 -5
  216. package/lib/components/chat/gif-selector/tenor-result.interface.d.ts +0 -16
  217. package/lib/components/chat/interfaces/date-messages.interface.d.ts +0 -6
  218. package/lib/components/chat/interfaces/message-attachment.interface.d.ts +0 -6
  219. package/lib/components/chat/interfaces/message.interface.d.ts +0 -11
  220. package/lib/components/chat/interfaces/send-options-message.interface.d.ts +0 -5
  221. package/lib/components/chat/interfaces/type-send-message.enum.d.ts +0 -5
  222. package/lib/components/chat-suggestion/chat-suggestion.component.d.ts +0 -9
  223. package/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.d.ts +0 -4
  224. package/lib/components/circle-progress/circle-progress.component.d.ts +0 -31
  225. package/lib/components/circle-progress/circle-progress.module.d.ts +0 -8
  226. package/lib/components/circle-progress/enums/circle-variable.enum.d.ts +0 -4
  227. package/lib/components/circle-progress/interfaces/circle-progress-config.interface.d.ts +0 -29
  228. package/lib/components/client-home/client-home.component.d.ts +0 -44
  229. package/lib/components/client-home/enums/client-home-component.enum.d.ts +0 -7
  230. package/lib/components/client-home/interfaces/chat-meta.interface.d.ts +0 -7
  231. package/lib/components/client-home/interfaces/home-dashboard-inputs.interface.d.ts +0 -45
  232. package/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.d.ts +0 -5
  233. package/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.d.ts +0 -9
  234. package/lib/components/client-home/lookup/client-home.config.d.ts +0 -2
  235. package/lib/components/client-home/lookup/inner-progress-default-colors.config.d.ts +0 -2
  236. package/lib/components/client-home/lookup/inner-progress-pink-colors.config.d.ts +0 -2
  237. package/lib/components/client-home/lookup/inner-progress-purple-colors.config.d.ts +0 -2
  238. package/lib/components/client-home/lookup/inner-progress-teal-colors.config.d.ts +0 -2
  239. package/lib/components/client-home/lookup/inner-progress-white-colors.config.d.ts +0 -2
  240. package/lib/components/client-home/lookup/progress-default-colors.config.d.ts +0 -2
  241. package/lib/components/client-home/lookup/progress-white-colors.config.d.ts +0 -2
  242. package/lib/components/client-home/pipes/chat-meta.pipe.d.ts +0 -10
  243. package/lib/components/client-home/pipes/get-color-by-matcher.pipe.d.ts +0 -10
  244. package/lib/components/client-match-overview/client-match-overview.component.d.ts +0 -55
  245. package/lib/components/client-match-overview/enums/conversation-flag.enum.d.ts +0 -4
  246. package/lib/components/client-match-overview/enums/counter-flag-base.enum.d.ts +0 -4
  247. package/lib/components/client-match-overview/enums/inner-circle-state.enum.d.ts +0 -6
  248. package/lib/components/client-match-overview/interfaces/client-match-overview.interface.d.ts +0 -19
  249. package/lib/components/client-match-overview/interfaces/conversation-flag.interface.d.ts +0 -8
  250. package/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.d.ts +0 -7
  251. package/lib/components/client-match-overview/interfaces/progress-decision.interface.d.ts +0 -10
  252. package/lib/components/client-match-overview/interfaces/progress-facts.interface.d.ts +0 -11
  253. package/lib/components/client-match-overview/lookups/computer-inner-state.lookup.d.ts +0 -7
  254. package/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.d.ts +0 -5
  255. package/lib/components/client-match-overview/progress-ticker/progress-gap.config.d.ts +0 -2
  256. package/lib/components/client-match-overview/progress-ticker/progress-ticker.config.d.ts +0 -2
  257. package/lib/components/client-match-overview/progress-ticker/progress-ticker.service.d.ts +0 -11
  258. package/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.d.ts +0 -29
  259. package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.d.ts +0 -2
  260. package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.d.ts +0 -2
  261. package/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.d.ts +0 -2
  262. package/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.d.ts +0 -2
  263. package/lib/components/lib-client-dashboard/client-dashboard.component.d.ts +0 -75
  264. package/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.d.ts +0 -9
  265. package/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.d.ts +0 -5
  266. package/lib/components/lib-client-dashboard/interfaces/ads.interface.d.ts +0 -14
  267. package/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.d.ts +0 -29
  268. package/lib/components/lib-client-dashboard/lookups/client-dashboard.config.d.ts +0 -2
  269. package/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.d.ts +0 -48
  270. package/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.d.ts +0 -5
  271. package/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.d.ts +0 -5
  272. package/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.d.ts +0 -26
  273. package/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.d.ts +0 -8
  274. package/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.d.ts +0 -24
  275. package/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.d.ts +0 -9
  276. package/lib/components/matcher-statuses/enums/matcher-statuses.enum.d.ts +0 -13
  277. package/lib/components/matcher-statuses/interfaces/status.interface.d.ts +0 -6
  278. package/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.d.ts +0 -2
  279. package/lib/components/matcher-statuses/matcher-statuses.component.d.ts +0 -23
  280. package/lib/components/matcher-statuses/pipes/is-status-included.pipe.d.ts +0 -8
  281. package/lib/components/profile-card/profile-card.component.d.ts +0 -11
  282. package/lib/components/profile-card/profile-card.module.d.ts +0 -9
  283. package/lib/components/spider-chart/interfaces/chart-data-circle.interface.d.ts +0 -10
  284. package/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.d.ts +0 -11
  285. package/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.d.ts +0 -11
  286. package/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.d.ts +0 -10
  287. package/lib/components/spider-chart/interfaces/config.interface.d.ts +0 -19
  288. package/lib/components/spider-chart/interfaces/dataset.interface.d.ts +0 -7
  289. package/lib/components/spider-chart/interfaces/polygon-color.interface.d.ts +0 -4
  290. package/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.d.ts +0 -6
  291. package/lib/components/spider-chart/lookup/default-spider-config.d.ts +0 -2
  292. package/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.d.ts +0 -2
  293. package/lib/components/spider-chart/lookup/svg-config.lookup.d.ts +0 -8
  294. package/lib/components/spider-chart/spider-chart.component.d.ts +0 -52
  295. package/lib/enums/direction.enum.d.ts +0 -4
  296. package/lib/enums/form-field-type.d.ts +0 -28
  297. package/lib/enums/local-storage-keys.enum.d.ts +0 -3
  298. package/lib/enums/status-types.d.ts +0 -6
  299. package/lib/model/select-option-template.d.ts +0 -5
  300. package/lib/operations/operations.d.ts +0 -19
  301. package/lib/pipes/array-sort/array.sort.pipe.d.ts +0 -7
  302. package/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.d.ts +0 -7
  303. package/lib/pipes/date-localization/date-localization.pipe.d.ts +0 -8
  304. package/lib/pipes/fallback-translate/fallback-translate.pipe.d.ts +0 -11
  305. package/lib/pipes/get-display-value/get-display-value.pipe.d.ts +0 -13
  306. package/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.d.ts +0 -8
  307. package/lib/pipes/initials/initials.pipe.d.ts +0 -7
  308. package/lib/pipes/round/round.pipe.d.ts +0 -7
  309. package/lib/pipes/update-llm-preference/update-llm-preference.pipe.d.ts +0 -8
  310. package/lib/services/abstract-cache.service.d.ts +0 -9
  311. package/lib/shared/shared/alert-popup/alert-popup.component.d.ts +0 -14
  312. package/lib/shared/shared/message-modal/message-modal.component.d.ts +0 -29
  313. package/lib/shared/shared/status-icon/status-icon.component.d.ts +0 -7
  314. package/lib/shared/shared.module.d.ts +0 -13
  315. package/public-api.d.ts +0 -122
@@ -1,39 +0,0 @@
1
- import { Frequency } from 'rrule/dist/esm/types';
2
- import { ICalendarAccount } from '../interfaces/calendar.account.interface';
3
- import { IEvent } from '../interfaces/event.interface';
4
- import { IEventTime } from '../interfaces/event.time.interface';
5
- import { IRecurringEventException } from '../interfaces/recurring.exception.interface';
6
- import * as i0 from "@angular/core";
7
- export declare class CalendarUtilsService {
8
- private locale;
9
- constructor(locale: string);
10
- filterCalendarsEvents<T>(selectedCalendars: ICalendarAccount[], calendarEvents: T[]): T[];
11
- validCalendarEvent(event: IEvent): boolean;
12
- formatEventTime(start: Date, end: Date): {
13
- startTime: string;
14
- endTime: string;
15
- };
16
- isProviderEvent(event: Partial<IEvent>): boolean;
17
- isRecurringEvent(event: Partial<IEvent>): boolean;
18
- isEqualDates(startDate: string | Date, enDate: string | Date): boolean;
19
- isBeforeDate(startDate: string | Date, enDate: string | Date): boolean;
20
- isSameWeek(startDate: string | Date, enDate: string | Date): boolean;
21
- getUpdatedRecurringException(event: Partial<IEvent>): IRecurringEventException;
22
- getExceptionEvent(event: Partial<IEvent>, exceptions: IRecurringEventException[]): IRecurringEventException;
23
- isValidRecurringDate(event: IEvent, recurringDate: Date): boolean;
24
- getDeletedRecurringEvent(event: IEvent, recurringDate: Date): IRecurringEventException;
25
- generateRecurringDates(dtstart: Date, until: Date, freq: Frequency, interval?: number): Date[];
26
- isValidRecurringException(event: IEvent, exceptionEvent: IRecurringEventException): boolean;
27
- sortEvents<T>(calendarEvents: T[]): void;
28
- applyEventsIndex(): void;
29
- setEventTime(event: Partial<IEvent>): {
30
- start: Date;
31
- end: Date;
32
- };
33
- removeHtmlTags(html: string): string;
34
- prepareEventDates(eventData: IEvent): void;
35
- getEventTimes(eventData: Partial<IEvent>, recurringException?: IRecurringEventException, newEvent?: boolean): IEventTime;
36
- buildUpdatedEvent(event: IEvent, formValue: IEvent): IEvent;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<CalendarUtilsService, never>;
38
- static ɵprov: i0.ɵɵInjectableDeclaration<CalendarUtilsService>;
39
- }
@@ -1,70 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import 'emoji-picker-element';
4
- import { EmojiPickerConfig } from '@naniteninja/ionic-lib';
5
- import { LibMessageModalComponent } from '../../shared/shared/message-modal/message-modal.component';
6
- import { InputFieldComponent } from '@naniteninja/ionic-lib';
7
- import { IDateMessages } from './interfaces/date-messages.interface';
8
- import { IMessage } from './interfaces/message.interface';
9
- import * as i0 from "@angular/core";
10
- export declare class ChatComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy {
11
- default?: boolean;
12
- responseTime?: string;
13
- set inputValue(value: string);
14
- emojiPickerConfig: EmojiPickerConfig;
15
- includeGifMessage: boolean;
16
- includeTime: boolean;
17
- set dateMessages(value: IMessage[]);
18
- maxLength: number;
19
- enableGifPicker: boolean;
20
- prospectJoinDate: Date;
21
- sendMessage: EventEmitter<IMessage>;
22
- getMessages: EventEmitter<boolean>;
23
- disabled: boolean;
24
- emojiPickerRef: ElementRef;
25
- scrollableContainer: ElementRef;
26
- chatInput: InputFieldComponent;
27
- private cdr;
28
- private elementRef;
29
- private popupModalService;
30
- private chatService;
31
- private pendingMessage;
32
- private renderer;
33
- scrollThreshold: number;
34
- messages: IDateMessages[];
35
- textControl: FormControl<string>;
36
- base64Image: string | null;
37
- emojiVisibility: boolean;
38
- gifVisibility: boolean;
39
- isAtStartChat: boolean;
40
- emojiPickerOpened: boolean;
41
- pos: string;
42
- longPressEnabled: boolean;
43
- throttle: number;
44
- distance: number;
45
- readonly ModalComponent: typeof LibMessageModalComponent;
46
- private documentClickListener;
47
- ngOnInit(): void;
48
- ngOnDestroy(): void;
49
- ngAfterViewInit(): void;
50
- ngOnChanges(changes: SimpleChanges): void;
51
- onScrollChats(): void;
52
- handleScrollNewMessage(): void;
53
- onScrollMessages(event: Event): void;
54
- scrollToBottom(): void;
55
- onEmojiclick(event: CustomEvent): void;
56
- handleEmojiPickerClick(): void;
57
- handleGifPickerClick(): void;
58
- onGifClick(url: string): void;
59
- onSendMessageModal(): void;
60
- onSendText(): void;
61
- savePendingMessage(): void;
62
- onSend(): void;
63
- onKeyDown(event: KeyboardEvent): void;
64
- private onLongPress;
65
- private onBlurPickerSpace;
66
- private setupEmojiPickerClickListener;
67
- private removeEmojiPickerClickListener;
68
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatComponent, "lib-chat", never, { "default": { "alias": "default"; "required": false; }; "responseTime": { "alias": "responseTime"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; "emojiPickerConfig": { "alias": "emojiPickerConfig"; "required": false; }; "includeGifMessage": { "alias": "includeGifMessage"; "required": false; }; "includeTime": { "alias": "includeTime"; "required": false; }; "dateMessages": { "alias": "dateMessages"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "enableGifPicker": { "alias": "enableGifPicker"; "required": false; }; "prospectJoinDate": { "alias": "prospectJoinDate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "sendMessage": "sendMessage"; "getMessages": "getMessages"; }, never, never, false, never>;
70
- }
@@ -1,22 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./chat.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@naniteninja/ionic-lib";
6
- import * as i4 from "@angular/material/input";
7
- import * as i5 from "@angular/material/select";
8
- import * as i6 from "@angular/material/form-field";
9
- import * as i7 from "@angular/forms";
10
- import * as i8 from "./gif-selector/gif-selector.component";
11
- import * as i9 from "../../shared/shared.module";
12
- import * as i10 from "ngx-infinite-scroll";
13
- import * as i11 from "@ngx-translate/core";
14
- export declare class LibChatComponentModule {
15
- static forRoot(config: {
16
- tenorKey: string;
17
- tenorURL: string;
18
- }): ModuleWithProviders<LibChatComponentModule>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<LibChatComponentModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<LibChatComponentModule, [typeof i1.ChatComponent], [typeof i2.CommonModule, typeof i3.ImageCardModule, typeof i4.MatInputModule, typeof i5.MatSelectModule, typeof i6.MatFormFieldModule, typeof i3.InputFieldModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.GifSelectorComponent, typeof i3.LibModalModule, typeof i9.SharedModule, typeof i10.InfiniteScrollModule, typeof i11.TranslateModule], [typeof i1.ChatComponent]>;
21
- static ɵinj: i0.ɵɵInjectorDeclaration<LibChatComponentModule>;
22
- }
@@ -1,15 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { AbstractCacheService } from '../../services/abstract-cache.service';
3
- import { IDateMessages } from './interfaces/date-messages.interface';
4
- import { IMessage } from './interfaces/message.interface';
5
- import * as i0 from "@angular/core";
6
- export declare class ChatService {
7
- cacheService: AbstractCacheService;
8
- constructor(cacheService: AbstractCacheService);
9
- setLongPressForSendImmediately(enabled: boolean): void;
10
- isLongPressForSendImmediately(): Observable<boolean>;
11
- transformMessages(messages: IMessage[]): IDateMessages[];
12
- updateDateMessages(dateMessages: IDateMessages[]): IDateMessages[];
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<ChatService>;
15
- }
@@ -1,4 +0,0 @@
1
- export declare enum SenderTypes {
2
- USER = "user",
3
- OTHER = "other"
4
- }
@@ -1,25 +0,0 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { Observable } from 'rxjs';
4
- import { ITenorObject } from './tenor-object.interface';
5
- import { ITenorResult } from './tenor-result.interface';
6
- import * as i0 from "@angular/core";
7
- export declare class GifSelectorComponent implements OnInit, OnDestroy {
8
- private cdr;
9
- private gifService;
10
- private destroy$;
11
- form: FormGroup;
12
- pos: string;
13
- gifs: ITenorResult[];
14
- throttle: number;
15
- distance: number;
16
- selectGif: EventEmitter<string>;
17
- ngOnInit(): void;
18
- onScrollGifs(): void;
19
- ngOnDestroy(): void;
20
- getGifs(term: string): Observable<ITenorObject>;
21
- private buildForm;
22
- onGifClick(url: string): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<GifSelectorComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<GifSelectorComponent, "lib-gif-selector", never, {}, { "selectGif": "selectGif"; }, never, never, true, never>;
25
- }
@@ -1,15 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { ITenorObject } from './tenor-object.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class GifSelectorService {
5
- private tenorKey;
6
- private tenorURL;
7
- private http;
8
- setTenorKey(key: string): void;
9
- setTenorURL(url: string): void;
10
- private getTenorKey;
11
- private getTenorURL;
12
- getGifs(term: string, pos: string): Observable<ITenorObject>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<GifSelectorService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<GifSelectorService>;
15
- }
@@ -1,7 +0,0 @@
1
- export interface ITenorMediaFormat {
2
- url: string;
3
- duration: number;
4
- preview: string;
5
- dims: number[];
6
- size: number;
7
- }
@@ -1,5 +0,0 @@
1
- import { ITenorResult } from './tenor-result.interface';
2
- export interface ITenorObject {
3
- results: ITenorResult[];
4
- next: string;
5
- }
@@ -1,16 +0,0 @@
1
- import { ITenorMediaFormat } from './tenor-media-format.interface';
2
- export interface ITenorResult {
3
- id: string;
4
- title: string;
5
- media_formats: {
6
- [key: string]: ITenorMediaFormat;
7
- };
8
- created: number;
9
- content_description: string;
10
- itemurl: string;
11
- url: string;
12
- tags: string[];
13
- flags: string[];
14
- hasaudio: boolean;
15
- content_description_source: 'GENERATIVE_AI';
16
- }
@@ -1,6 +0,0 @@
1
- import { IMessage } from './message.interface';
2
- export interface IDateMessages {
3
- date: Date;
4
- isFirstMessage?: boolean;
5
- message: IMessage;
6
- }
@@ -1,6 +0,0 @@
1
- export interface IAttachment {
2
- id?: number;
3
- type: 'image' | 'gif';
4
- url?: string;
5
- base64?: string;
6
- }
@@ -1,11 +0,0 @@
1
- import { SenderTypes } from '../enums/sender-types.enum';
2
- import { IAttachment } from './message-attachment.interface';
3
- import { ISendOptionsMessage } from './send-options-message.interface';
4
- export interface IMessage {
5
- _id?: string;
6
- sender: SenderTypes;
7
- message: string;
8
- timestamp: Date;
9
- attachments?: IAttachment[];
10
- sendOptions?: ISendOptionsMessage;
11
- }
@@ -1,5 +0,0 @@
1
- import { SendMessageType } from './type-send-message.enum';
2
- export interface ISendOptionsMessage {
3
- type: SendMessageType;
4
- arrivalDate?: Date;
5
- }
@@ -1,5 +0,0 @@
1
- export declare enum SendMessageType {
2
- INMEDIATELY = "send_immediately",
3
- AFTER = "send_after",
4
- SPECIFIC = "specify_time"
5
- }
@@ -1,9 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { IChatSuggestion } from './interfaces/chat-suggestion.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class ChatSuggestionComponent {
5
- chatSuggestions: IChatSuggestion[];
6
- suggestClicked?: EventEmitter<string>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatSuggestionComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatSuggestionComponent, "lib-chat-suggestion", never, { "chatSuggestions": { "alias": "chatSuggestions"; "required": false; }; }, { "suggestClicked": "suggestClicked"; }, never, never, true, never>;
9
- }
@@ -1,4 +0,0 @@
1
- export interface IChatSuggestion {
2
- question: string;
3
- percentage: number;
4
- }
@@ -1,31 +0,0 @@
1
- import { AfterViewInit, ElementRef } from '@angular/core';
2
- import { IInnerPartialCircleProgressColors } from '../client-home/interfaces/inner-partial-circle-progress-colors.interface';
3
- import { INNER_CIRCLE_STATE } from '../client-match-overview/enums/inner-circle-state.enum';
4
- import { CircleVariable } from './enums/circle-variable.enum';
5
- import { CircleProgressConfig } from './interfaces/circle-progress-config.interface';
6
- import * as i0 from "@angular/core";
7
- export declare class CircleProgressComponent implements AfterViewInit {
8
- private el;
9
- variable: CircleVariable;
10
- private _config;
11
- set config(newConfig: Partial<CircleProgressConfig> | undefined);
12
- get config(): Partial<CircleProgressConfig>;
13
- innerProgressDefaultColors: IInnerPartialCircleProgressColors;
14
- innerProgressPinkColors: IInnerPartialCircleProgressColors;
15
- innerProgressTealColors: IInnerPartialCircleProgressColors;
16
- circleVariable: typeof CircleVariable;
17
- readonly INNER_CIRCLE_STATE: typeof INNER_CIRCLE_STATE;
18
- readonly pathId: string;
19
- readonly innerCirclePathId: string;
20
- readonly innerCircleBehindPathId: string;
21
- constructor(el: ElementRef);
22
- ngAfterViewInit(): void;
23
- private createCircle;
24
- private generatePathSamplePoints;
25
- private createQuadrilateralSegments;
26
- private constructJoinedLinePath;
27
- private computeLineIntersection;
28
- private calculatePerpendicularVector;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<CircleProgressComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<CircleProgressComponent, "lib-circle-progress", never, { "variable": { "alias": "variable"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
31
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./circle-progress.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CircleProgressModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CircleProgressModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CircleProgressModule, [typeof i1.CircleProgressComponent], [typeof i2.CommonModule], [typeof i1.CircleProgressComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<CircleProgressModule>;
8
- }
@@ -1,4 +0,0 @@
1
- export declare enum CircleVariable {
2
- Partial = "partial",
3
- Complete = "complete"
4
- }
@@ -1,29 +0,0 @@
1
- import { IInnerPartialCircleProgressColors } from '../..//client-home/interfaces/inner-partial-circle-progress-colors.interface';
2
- import { INNER_CIRCLE_STATE } from '../../client-match-overview/enums/inner-circle-state.enum';
3
- import { IPartialCircleProgressColors } from './../../client-home/interfaces/partial-circle-progress-colors.interface';
4
- export interface CircleProgressConfig {
5
- /** Outer / main ring */
6
- value: number;
7
- max: number;
8
- partialColors?: IPartialCircleProgressColors;
9
- showExternalPartialCircleProgress?: boolean;
10
- /** Inner ring */
11
- inner?: {
12
- value: number;
13
- max: number;
14
- colors?: IInnerPartialCircleProgressColors;
15
- state: INNER_CIRCLE_STATE;
16
- showIllumination?: boolean;
17
- };
18
- /** Visuals */
19
- imageUrl?: string;
20
- width?: string;
21
- height?: string;
22
- showValueProportionLabel?: boolean;
23
- imgObjectPosition?: 'top' | 'bottom' | 'right' | 'left';
24
- hasNotification?: boolean;
25
- prefix?: string;
26
- suffix?: string;
27
- hideProgress?: boolean;
28
- type?: string;
29
- }
@@ -1,44 +0,0 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { IMessage } from '../chat/interfaces/message.interface';
3
- import { ISchedulerAction } from '../calendar/scheduler/interfaces/scheduler.action.interface';
4
- import { ILibClientMatchOverview } from '../client-match-overview/interfaces/client-match-overview.interface';
5
- import { IDashboardMatchRequest } from '../client-match-overview/interfaces/dashboard-match-request.interface';
6
- import { AlertStatusFields } from '../lib-client-dashboard/enums/alert-status-fields.enum';
7
- import { MATCHER_STATUSES } from '../matcher-statuses/lookups/matcher-statuses.lookup';
8
- import { ClientHomeComponent } from './enums/client-home-component.enum';
9
- import { IHomeDashboardInputs } from './interfaces/home-dashboard-inputs.interface';
10
- import * as i0 from "@angular/core";
11
- export declare class LibClientHomeComponent implements OnInit, OnDestroy {
12
- private cdr;
13
- config: IHomeDashboardInputs;
14
- activeIndexChange: EventEmitter<number>;
15
- addMessage: EventEmitter<{
16
- message: IMessage;
17
- prospectId: string;
18
- matchRequest: IDashboardMatchRequest;
19
- }>;
20
- getMessages: EventEmitter<void>;
21
- bookEvent: EventEmitter<ISchedulerAction>;
22
- removeSuggestion: EventEmitter<ISchedulerAction>;
23
- handleAppearPopup: EventEmitter<AlertStatusFields>;
24
- alertStatusFields: typeof AlertStatusFields;
25
- components: typeof ClientHomeComponent;
26
- clientMatches: ILibClientMatchOverview[];
27
- activeChatHeadIndex: number;
28
- assetPaths: {
29
- traitVisual: string;
30
- };
31
- private componentDestroyed$;
32
- MATCHER_STATUSES: typeof MATCHER_STATUSES;
33
- readonly defaultNumberOfItems: any[];
34
- private readonly ticker;
35
- constructor(cdr: ChangeDetectorRef);
36
- ngOnInit(): void;
37
- ngOnDestroy(): void;
38
- onActiveIndexChange(index: number): void;
39
- handleClientMatch(match: ILibClientMatchOverview, index: number): void;
40
- updateSpiderChart(): void;
41
- addMessageEmit(event: IMessage, prospectId: string, matchRequest: IDashboardMatchRequest): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<LibClientHomeComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<LibClientHomeComponent, "lib-client-home", never, { "config": { "alias": "config"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; "addMessage": "addMessage"; "getMessages": "getMessages"; "bookEvent": "bookEvent"; "removeSuggestion": "removeSuggestion"; "handleAppearPopup": "handleAppearPopup"; }, never, never, true, never>;
44
- }
@@ -1,7 +0,0 @@
1
- export declare enum ClientHomeComponent {
2
- ChatCompatibility = "ChatCompatibility",
3
- ChatHandoff = "ChatHandoff",
4
- ChatScheduler = "ChatScheduler",
5
- ClientMatchSpiderChart = "ClientMatchSpiderChart",
6
- ClientMatchTraitChart = "ClientMatchTraitChart"
7
- }
@@ -1,7 +0,0 @@
1
- import { IConversationFlag } from '../../client-match-overview/interfaces/conversation-flag.interface';
2
- export interface IChatMeta {
3
- lastResponseTimestamp: Date | null;
4
- firstAnswer: boolean;
5
- waitingAnswer: boolean;
6
- conversationFlags: IConversationFlag[];
7
- }
@@ -1,45 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { IAgendaEvent } from '../../calendar/agenda/interfaces/agenda.event.inetrface';
4
- import { ISchedulerEvent } from '../../calendar/scheduler/interfaces/scheduler.event.interface';
5
- import { ILibClientMatchOverview } from '../../client-match-overview/interfaces/client-match-overview.interface';
6
- import { AlertStatusFields } from '../../lib-client-dashboard/enums/alert-status-fields.enum';
7
- import { ISpiderChartConfig } from '../../spider-chart/interfaces/config.interface';
8
- import { IPolygonColor } from '../../spider-chart/interfaces/polygon-color.interface';
9
- import { ClientHomeComponent } from '../enums/client-home-component.enum';
10
- export interface IHomeDashboardInputs {
11
- loading?: {
12
- clientMatches: boolean;
13
- };
14
- schedulerAdsTemplate?: TemplateRef<HTMLElement>;
15
- schedulerTabAdsTemplate?: TemplateRef<HTMLElement>;
16
- chatAdsTemplate?: TemplateRef<HTMLElement>;
17
- chatTabAdsTemplate?: TemplateRef<HTMLElement>;
18
- traitVisualAdsTemplate?: TemplateRef<HTMLElement>;
19
- default?: boolean;
20
- component: ClientHomeComponent;
21
- activeIndex?: number;
22
- slideContentMaxHeight?: string;
23
- clientMatches$?: Observable<ILibClientMatchOverview[]>;
24
- events?: IAgendaEvent[];
25
- polygonColors?: IPolygonColor[];
26
- spiderConfig?: ISpiderChartConfig;
27
- schedulers$?: Observable<{
28
- events$: Observable<ISchedulerEvent[]>;
29
- }[]>;
30
- loading$?: Observable<boolean>;
31
- bottomThumbs?: boolean;
32
- includeTime?: boolean;
33
- includeGifMessage?: boolean;
34
- maxLength?: number;
35
- startDate?: Date;
36
- endDate?: Date;
37
- emptyMessage?: string;
38
- displayBookedStatuses?: boolean;
39
- displayEmptyDays?: boolean;
40
- chatInputValue?: string;
41
- hideStatuses?: boolean;
42
- alertStatus: Partial<Record<AlertStatusFields, boolean>>;
43
- showValueProportionLabel?: boolean;
44
- hideProgressBar?: boolean;
45
- }
@@ -1,5 +0,0 @@
1
- export interface IInnerPartialCircleProgressColors {
2
- primary: string;
3
- secondary: string;
4
- tertiary: string;
5
- }
@@ -1,9 +0,0 @@
1
- export interface IPartialCircleProgressColors {
2
- primary: string;
3
- secondary: string;
4
- tertiary: string;
5
- gradientPrimary: string;
6
- gradientSecondary: string;
7
- incomplete: string;
8
- complete: string;
9
- }
@@ -1,2 +0,0 @@
1
- import { IHomeDashboardInputs } from '../interfaces/home-dashboard-inputs.interface';
2
- export declare const defaultClientHomeConfig: IHomeDashboardInputs;
@@ -1,2 +0,0 @@
1
- import { IInnerPartialCircleProgressColors } from '../interfaces/inner-partial-circle-progress-colors.interface';
2
- export declare const innerProgressDefaultColors: IInnerPartialCircleProgressColors;
@@ -1,2 +0,0 @@
1
- import { IInnerPartialCircleProgressColors } from '../interfaces/inner-partial-circle-progress-colors.interface';
2
- export declare const innerProgressPinkColors: IInnerPartialCircleProgressColors;
@@ -1,2 +0,0 @@
1
- import { IInnerPartialCircleProgressColors } from '../interfaces/inner-partial-circle-progress-colors.interface';
2
- export declare const innerProgressPurpleColors: IInnerPartialCircleProgressColors;
@@ -1,2 +0,0 @@
1
- import { IInnerPartialCircleProgressColors } from '../interfaces/inner-partial-circle-progress-colors.interface';
2
- export declare const innerProgressTealColors: IInnerPartialCircleProgressColors;
@@ -1,2 +0,0 @@
1
- import { IPartialCircleProgressColors } from '../interfaces/partial-circle-progress-colors.interface';
2
- export declare const innerProgressWhiteColors: IPartialCircleProgressColors;
@@ -1,2 +0,0 @@
1
- import { IPartialCircleProgressColors } from '../interfaces/partial-circle-progress-colors.interface';
2
- export declare const progressDefaultColors: IPartialCircleProgressColors;
@@ -1,2 +0,0 @@
1
- import { IPartialCircleProgressColors } from '../interfaces/partial-circle-progress-colors.interface';
2
- export declare const progressWhiteColors: IPartialCircleProgressColors;
@@ -1,10 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { ILibClientMatchOverview } from '../../client-match-overview/interfaces/client-match-overview.interface';
4
- import { IChatMeta } from '../interfaces/chat-meta.interface';
5
- import * as i0 from "@angular/core";
6
- export declare class ChatMetaPipe implements PipeTransform {
7
- transform(clientMatches$: Observable<ILibClientMatchOverview[]>, prospectId: string): Observable<IChatMeta>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatMetaPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<ChatMetaPipe, "chatMeta", true>;
10
- }
@@ -1,10 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { ILibClientMatchOverview } from '../../client-match-overview/interfaces/client-match-overview.interface';
3
- import { IHomeDashboardInputs } from '../interfaces/home-dashboard-inputs.interface';
4
- import { IPartialCircleProgressColors } from '../interfaces/partial-circle-progress-colors.interface';
5
- import * as i0 from "@angular/core";
6
- export declare class GetColorByMatcherPipe implements PipeTransform {
7
- transform(match: ILibClientMatchOverview, config: IHomeDashboardInputs): IPartialCircleProgressColors;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<GetColorByMatcherPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<GetColorByMatcherPipe, "getColorByMatcher", true>;
10
- }
@@ -1,55 +0,0 @@
1
- import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { CircleVariable } from '../circle-progress/enums/circle-variable.enum';
4
- import { CircleProgressConfig } from '../circle-progress/interfaces/circle-progress-config.interface';
5
- import { IChatMeta } from '../client-home/interfaces/chat-meta.interface';
6
- import { IPartialCircleProgressColors } from '../client-home/interfaces/partial-circle-progress-colors.interface';
7
- import { IInnerPartialCircleProgressColors } from './../client-home/interfaces/inner-partial-circle-progress-colors.interface';
8
- import { COUNTER_FLAG_BASE } from './enums/counter-flag-base.enum';
9
- import { INNER_CIRCLE_STATE } from './enums/inner-circle-state.enum';
10
- import { ILibClientMatchOverview } from './interfaces/client-match-overview.interface';
11
- import { IConversationFlag } from './interfaces/conversation-flag.interface';
12
- import * as i0 from "@angular/core";
13
- export declare class LibClientMatchOverviewComponent implements OnInit, OnDestroy, AfterViewInit, OnChanges {
14
- overview: ILibClientMatchOverview;
15
- meta: IChatMeta;
16
- expand: boolean;
17
- loading?: boolean;
18
- default?: boolean;
19
- hideProgressBar?: boolean;
20
- partialColors: IPartialCircleProgressColors;
21
- showExternalPartialCircleProgress: boolean;
22
- maxValue: number;
23
- enableChangeOverview: boolean;
24
- sendConversationFlag: EventEmitter<IConversationFlag>;
25
- circleVariable: typeof CircleVariable;
26
- innerMaxValue: number;
27
- innerValue: number;
28
- showIllumination: boolean;
29
- showValueProportionLabel: boolean;
30
- innerPartialColors: IInnerPartialCircleProgressColors;
31
- innerState: INNER_CIRCLE_STATE;
32
- basedOn: COUNTER_FLAG_BASE;
33
- imageLoader$: BehaviorSubject<boolean>;
34
- imagePathId: string;
35
- circleOpts: CircleProgressConfig;
36
- private cdr;
37
- private readonly ngZone;
38
- private readonly ticker;
39
- private readonly progressGap;
40
- private componentDestroyed$;
41
- private tickerSub;
42
- ngOnInit(): void;
43
- ngAfterViewInit(): void;
44
- ngOnChanges(changes: SimpleChanges): void;
45
- ngOnDestroy(): void;
46
- private setInnerState;
47
- private stepProgress;
48
- private loadProfileImage;
49
- private startTicker;
50
- private stopTicker;
51
- private setInnerCircleState;
52
- private buildCircleOpts;
53
- static ɵfac: i0.ɵɵFactoryDeclaration<LibClientMatchOverviewComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<LibClientMatchOverviewComponent, "lib-client-match-overview", never, { "overview": { "alias": "overview"; "required": true; }; "meta": { "alias": "meta"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "default": { "alias": "default"; "required": false; }; "hideProgressBar": { "alias": "hideProgressBar"; "required": false; }; "partialColors": { "alias": "partialColors"; "required": false; }; "showExternalPartialCircleProgress": { "alias": "showExternalPartialCircleProgress"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "enableChangeOverview": { "alias": "enableChangeOverview"; "required": false; }; }, { "sendConversationFlag": "sendConversationFlag"; }, never, never, true, never>;
55
- }
@@ -1,4 +0,0 @@
1
- export declare enum CONVERSATION_FLAG {
2
- UNRESPONSIVE = "unresponsive",
3
- REDELEGATION = "redelegation"
4
- }
@@ -1,4 +0,0 @@
1
- export declare enum COUNTER_FLAG_BASE {
2
- StartConversation = "startConversation",
3
- LastResponse = "lastResponse"
4
- }
@@ -1,6 +0,0 @@
1
- export declare enum INNER_CIRCLE_STATE {
2
- Waiting = "waiting",
3
- Quiet = "quiet",
4
- Unresponsive = "unresponsive",
5
- Redelegation = "redelegation"
6
- }