@naniteninja/dashboard-components-lib 1.0.1 → 1.0.2

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 (304) hide show
  1. package/fesm2022/naniteninja-dashboard-components-lib.mjs +179 -189
  2. package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
  3. package/index.d.ts +1669 -3
  4. package/package.json +1 -3
  5. package/src/lib/shared-styles/common/theme.scss +3 -3
  6. package/esm2022/lib/components/auto-delegation/animations.mjs +0 -20
  7. package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +0 -106
  8. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +0 -6
  9. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +0 -7
  10. package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +0 -2
  11. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +0 -2
  12. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +0 -2
  13. package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +0 -2
  14. package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +0 -37
  15. package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +0 -98
  16. package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +0 -23
  17. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +0 -2
  18. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +0 -2
  19. package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +0 -40
  20. package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +0 -275
  21. package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +0 -89
  22. package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +0 -40
  23. package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +0 -6
  24. package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +0 -6
  25. package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +0 -10
  26. package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +0 -7
  27. package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +0 -8
  28. package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +0 -2
  29. package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +0 -2
  30. package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +0 -2
  31. package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +0 -2
  32. package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +0 -2
  33. package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +0 -2
  34. package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +0 -2
  35. package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +0 -2
  36. package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +0 -2
  37. package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +0 -30
  38. package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +0 -7
  39. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +0 -2
  40. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +0 -2
  41. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +0 -2
  42. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +0 -2
  43. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +0 -2
  44. package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +0 -80
  45. package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +0 -144
  46. package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +0 -211
  47. package/esm2022/lib/components/chat/chat.component.mjs +0 -307
  48. package/esm2022/lib/components/chat/chat.component.module.mjs +0 -85
  49. package/esm2022/lib/components/chat/chat.service.mjs +0 -63
  50. package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +0 -6
  51. package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +0 -77
  52. package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +0 -41
  53. package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +0 -2
  54. package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +0 -2
  55. package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +0 -2
  56. package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +0 -2
  57. package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +0 -2
  58. package/esm2022/lib/components/chat/interfaces/message.interface.mjs +0 -2
  59. package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +0 -2
  60. package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +0 -7
  61. package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +0 -21
  62. package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +0 -2
  63. package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +0 -143
  64. package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +0 -18
  65. package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +0 -6
  66. package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +0 -2
  67. package/esm2022/lib/components/client-home/client-home.component.mjs +0 -123
  68. package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +0 -9
  69. package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +0 -2
  70. package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +0 -2
  71. package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +0 -2
  72. package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +0 -2
  73. package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +0 -30
  74. package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +0 -6
  75. package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +0 -6
  76. package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +0 -6
  77. package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +0 -6
  78. package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +0 -10
  79. package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +0 -10
  80. package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +0 -10
  81. package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +0 -60
  82. package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +0 -33
  83. package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +0 -300
  84. package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +0 -6
  85. package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +0 -6
  86. package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +0 -8
  87. package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +0 -2
  88. package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +0 -2
  89. package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +0 -2
  90. package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +0 -2
  91. package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +0 -2
  92. package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +0 -81
  93. package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +0 -8
  94. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +0 -4
  95. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +0 -3
  96. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +0 -43
  97. package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +0 -113
  98. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +0 -11
  99. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +0 -27
  100. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +0 -19
  101. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +0 -21
  102. package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +0 -170
  103. package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +0 -11
  104. package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +0 -7
  105. package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +0 -2
  106. package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +0 -15
  107. package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +0 -146
  108. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +0 -2
  109. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +0 -2
  110. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +0 -2
  111. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +0 -2
  112. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +0 -2
  113. package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +0 -21
  114. package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +0 -15
  115. package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +0 -2
  116. package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +0 -54
  117. package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +0 -58
  118. package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +0 -19
  119. package/esm2022/lib/components/profile-card/profile-card.component.mjs +0 -35
  120. package/esm2022/lib/components/profile-card/profile-card.module.mjs +0 -19
  121. package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +0 -2
  122. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +0 -2
  123. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +0 -2
  124. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +0 -2
  125. package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +0 -2
  126. package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +0 -2
  127. package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +0 -2
  128. package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +0 -2
  129. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +0 -18
  130. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +0 -67
  131. package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +0 -11
  132. package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +0 -277
  133. package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +0 -235
  134. package/esm2022/lib/enums/direction.enum.mjs +0 -6
  135. package/esm2022/lib/enums/form-field-type.mjs +0 -30
  136. package/esm2022/lib/enums/local-storage-keys.enum.mjs +0 -5
  137. package/esm2022/lib/enums/status-types.mjs +0 -8
  138. package/esm2022/lib/model/select-option-template.mjs +0 -2
  139. package/esm2022/lib/operations/operations.mjs +0 -19
  140. package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +0 -49
  141. package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +0 -17
  142. package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +0 -31
  143. package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +0 -28
  144. package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +0 -59
  145. package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +0 -22
  146. package/esm2022/lib/pipes/initials/initials.pipe.mjs +0 -25
  147. package/esm2022/lib/pipes/round/round.pipe.mjs +0 -17
  148. package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +0 -25
  149. package/esm2022/lib/services/abstract-cache.service.mjs +0 -10
  150. package/esm2022/lib/shared/shared/alert-popup/alert-popup.component.mjs +0 -38
  151. package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +0 -95
  152. package/esm2022/lib/shared/shared/status-icon/status-icon.component.mjs +0 -14
  153. package/esm2022/lib/shared/shared.module.mjs +0 -23
  154. package/esm2022/naniteninja-dashboard-components-lib.mjs +0 -5
  155. package/esm2022/public-api.mjs +0 -122
  156. package/lib/components/auto-delegation/animations.d.ts +0 -1
  157. package/lib/components/auto-delegation/auto-delegation-modal.component.d.ts +0 -29
  158. package/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.d.ts +0 -4
  159. package/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.d.ts +0 -5
  160. package/lib/components/auto-delegation/interface/auto-delegation-data.interface.d.ts +0 -31
  161. package/lib/components/auto-delegation/interface/auto-delegation.event.interface.d.ts +0 -6
  162. package/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.d.ts +0 -8
  163. package/lib/components/auto-delegation/interface/preferences.interface.d.ts +0 -17
  164. package/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.d.ts +0 -12
  165. package/lib/components/calendar/agenda/agenda.component.d.ts +0 -22
  166. package/lib/components/calendar/agenda/agenda.module.d.ts +0 -12
  167. package/lib/components/calendar/agenda/interfaces/agenda.day.interface.d.ts +0 -7
  168. package/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.d.ts +0 -9
  169. package/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.d.ts +0 -19
  170. package/lib/components/calendar/components/event-form/event-form.component.d.ts +0 -67
  171. package/lib/components/calendar/components/event-form/event-form.module.d.ts +0 -20
  172. package/lib/components/calendar/components/event-info/event-info.component.d.ts +0 -24
  173. package/lib/components/calendar/enums/calendar.account.enum.d.ts +0 -4
  174. package/lib/components/calendar/enums/calendar.account.icons.enum.d.ts +0 -4
  175. package/lib/components/calendar/enums/event-type.enum.d.ts +0 -8
  176. package/lib/components/calendar/enums/recurring.edit.options.enum.d.ts +0 -5
  177. package/lib/components/calendar/enums/recurring.type.enum.d.ts +0 -6
  178. package/lib/components/calendar/interfaces/calendar.account.interface.d.ts +0 -14
  179. package/lib/components/calendar/interfaces/calendar.account.theme.interface.d.ts +0 -5
  180. package/lib/components/calendar/interfaces/event.form.interface.d.ts +0 -22
  181. package/lib/components/calendar/interfaces/event.form.output.interface.d.ts +0 -10
  182. package/lib/components/calendar/interfaces/event.interface.d.ts +0 -33
  183. package/lib/components/calendar/interfaces/event.time.interface.d.ts +0 -4
  184. package/lib/components/calendar/interfaces/recurring.event.interface.d.ts +0 -16
  185. package/lib/components/calendar/interfaces/recurring.exception.interface.d.ts +0 -14
  186. package/lib/components/calendar/interfaces/recurring.pattern.interface.d.ts +0 -16
  187. package/lib/components/calendar/lookups/recurring.options.lookup.d.ts +0 -2
  188. package/lib/components/calendar/scheduler/enums/schedule-date-status.enum.d.ts +0 -5
  189. package/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.d.ts +0 -10
  190. package/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.d.ts +0 -5
  191. package/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.d.ts +0 -26
  192. package/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.d.ts +0 -13
  193. package/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.d.ts +0 -6
  194. package/lib/components/calendar/scheduler/mock-schedule.d.ts +0 -9
  195. package/lib/components/calendar/scheduler/scheduler.component.d.ts +0 -36
  196. package/lib/components/calendar/services/calendar-utils.service.d.ts +0 -39
  197. package/lib/components/chat/chat.component.d.ts +0 -70
  198. package/lib/components/chat/chat.component.module.d.ts +0 -22
  199. package/lib/components/chat/chat.service.d.ts +0 -15
  200. package/lib/components/chat/enums/sender-types.enum.d.ts +0 -4
  201. package/lib/components/chat/gif-selector/gif-selector.component.d.ts +0 -25
  202. package/lib/components/chat/gif-selector/gif-selector.service.d.ts +0 -15
  203. package/lib/components/chat/gif-selector/tenor-media-format.interface.d.ts +0 -7
  204. package/lib/components/chat/gif-selector/tenor-object.interface.d.ts +0 -5
  205. package/lib/components/chat/gif-selector/tenor-result.interface.d.ts +0 -16
  206. package/lib/components/chat/interfaces/date-messages.interface.d.ts +0 -6
  207. package/lib/components/chat/interfaces/message-attachment.interface.d.ts +0 -6
  208. package/lib/components/chat/interfaces/message.interface.d.ts +0 -11
  209. package/lib/components/chat/interfaces/send-options-message.interface.d.ts +0 -5
  210. package/lib/components/chat/interfaces/type-send-message.enum.d.ts +0 -5
  211. package/lib/components/chat-suggestion/chat-suggestion.component.d.ts +0 -9
  212. package/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.d.ts +0 -4
  213. package/lib/components/circle-progress/circle-progress.component.d.ts +0 -31
  214. package/lib/components/circle-progress/circle-progress.module.d.ts +0 -8
  215. package/lib/components/circle-progress/enums/circle-variable.enum.d.ts +0 -4
  216. package/lib/components/circle-progress/interfaces/circle-progress-config.interface.d.ts +0 -29
  217. package/lib/components/client-home/client-home.component.d.ts +0 -44
  218. package/lib/components/client-home/enums/client-home-component.enum.d.ts +0 -7
  219. package/lib/components/client-home/interfaces/chat-meta.interface.d.ts +0 -7
  220. package/lib/components/client-home/interfaces/home-dashboard-inputs.interface.d.ts +0 -45
  221. package/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.d.ts +0 -5
  222. package/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.d.ts +0 -9
  223. package/lib/components/client-home/lookup/client-home.config.d.ts +0 -2
  224. package/lib/components/client-home/lookup/inner-progress-default-colors.config.d.ts +0 -2
  225. package/lib/components/client-home/lookup/inner-progress-pink-colors.config.d.ts +0 -2
  226. package/lib/components/client-home/lookup/inner-progress-purple-colors.config.d.ts +0 -2
  227. package/lib/components/client-home/lookup/inner-progress-teal-colors.config.d.ts +0 -2
  228. package/lib/components/client-home/lookup/inner-progress-white-colors.config.d.ts +0 -2
  229. package/lib/components/client-home/lookup/progress-default-colors.config.d.ts +0 -2
  230. package/lib/components/client-home/lookup/progress-white-colors.config.d.ts +0 -2
  231. package/lib/components/client-home/pipes/chat-meta.pipe.d.ts +0 -10
  232. package/lib/components/client-home/pipes/get-color-by-matcher.pipe.d.ts +0 -10
  233. package/lib/components/client-match-overview/client-match-overview.component.d.ts +0 -55
  234. package/lib/components/client-match-overview/enums/conversation-flag.enum.d.ts +0 -4
  235. package/lib/components/client-match-overview/enums/counter-flag-base.enum.d.ts +0 -4
  236. package/lib/components/client-match-overview/enums/inner-circle-state.enum.d.ts +0 -6
  237. package/lib/components/client-match-overview/interfaces/client-match-overview.interface.d.ts +0 -19
  238. package/lib/components/client-match-overview/interfaces/conversation-flag.interface.d.ts +0 -8
  239. package/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.d.ts +0 -7
  240. package/lib/components/client-match-overview/interfaces/progress-decision.interface.d.ts +0 -10
  241. package/lib/components/client-match-overview/interfaces/progress-facts.interface.d.ts +0 -11
  242. package/lib/components/client-match-overview/lookups/computer-inner-state.lookup.d.ts +0 -7
  243. package/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.d.ts +0 -5
  244. package/lib/components/client-match-overview/progress-ticker/progress-gap.config.d.ts +0 -2
  245. package/lib/components/client-match-overview/progress-ticker/progress-ticker.config.d.ts +0 -2
  246. package/lib/components/client-match-overview/progress-ticker/progress-ticker.service.d.ts +0 -11
  247. package/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.d.ts +0 -29
  248. package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.d.ts +0 -2
  249. package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.d.ts +0 -2
  250. package/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.d.ts +0 -2
  251. package/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.d.ts +0 -2
  252. package/lib/components/lib-client-dashboard/client-dashboard.component.d.ts +0 -73
  253. package/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.d.ts +0 -9
  254. package/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.d.ts +0 -5
  255. package/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.d.ts +0 -29
  256. package/lib/components/lib-client-dashboard/lookups/client-dashboard.config.d.ts +0 -2
  257. package/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.d.ts +0 -48
  258. package/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.d.ts +0 -5
  259. package/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.d.ts +0 -5
  260. package/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.d.ts +0 -26
  261. package/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.d.ts +0 -8
  262. package/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.d.ts +0 -24
  263. package/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.d.ts +0 -9
  264. package/lib/components/matcher-statuses/enums/matcher-statuses.enum.d.ts +0 -13
  265. package/lib/components/matcher-statuses/interfaces/status.interface.d.ts +0 -6
  266. package/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.d.ts +0 -2
  267. package/lib/components/matcher-statuses/matcher-statuses.component.d.ts +0 -23
  268. package/lib/components/matcher-statuses/pipes/is-status-included.pipe.d.ts +0 -8
  269. package/lib/components/profile-card/profile-card.component.d.ts +0 -11
  270. package/lib/components/profile-card/profile-card.module.d.ts +0 -9
  271. package/lib/components/spider-chart/interfaces/chart-data-circle.interface.d.ts +0 -10
  272. package/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.d.ts +0 -11
  273. package/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.d.ts +0 -11
  274. package/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.d.ts +0 -10
  275. package/lib/components/spider-chart/interfaces/config.interface.d.ts +0 -19
  276. package/lib/components/spider-chart/interfaces/dataset.interface.d.ts +0 -7
  277. package/lib/components/spider-chart/interfaces/polygon-color.interface.d.ts +0 -4
  278. package/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.d.ts +0 -6
  279. package/lib/components/spider-chart/lookup/default-spider-config.d.ts +0 -2
  280. package/lib/components/spider-chart/lookup/default-spider-config.lookup.d.ts +0 -2
  281. package/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.d.ts +0 -2
  282. package/lib/components/spider-chart/lookup/svg-config.lookup.d.ts +0 -8
  283. package/lib/components/spider-chart/spider-chart.component.d.ts +0 -52
  284. package/lib/enums/direction.enum.d.ts +0 -4
  285. package/lib/enums/form-field-type.d.ts +0 -28
  286. package/lib/enums/local-storage-keys.enum.d.ts +0 -3
  287. package/lib/enums/status-types.d.ts +0 -6
  288. package/lib/model/select-option-template.d.ts +0 -5
  289. package/lib/operations/operations.d.ts +0 -19
  290. package/lib/pipes/array-sort/array.sort.pipe.d.ts +0 -7
  291. package/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.d.ts +0 -7
  292. package/lib/pipes/date-localization/date-localization.pipe.d.ts +0 -8
  293. package/lib/pipes/fallback-translate/fallback-translate.pipe.d.ts +0 -11
  294. package/lib/pipes/get-display-value/get-display-value.pipe.d.ts +0 -13
  295. package/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.d.ts +0 -8
  296. package/lib/pipes/initials/initials.pipe.d.ts +0 -7
  297. package/lib/pipes/round/round.pipe.d.ts +0 -7
  298. package/lib/pipes/update-llm-preference/update-llm-preference.pipe.d.ts +0 -8
  299. package/lib/services/abstract-cache.service.d.ts +0 -9
  300. package/lib/shared/shared/alert-popup/alert-popup.component.d.ts +0 -14
  301. package/lib/shared/shared/message-modal/message-modal.component.d.ts +0 -29
  302. package/lib/shared/shared/status-icon/status-icon.component.d.ts +0 -7
  303. package/lib/shared/shared.module.d.ts +0 -13
  304. package/public-api.d.ts +0 -121
@@ -1,10 +0,0 @@
1
- import { COUNTER_FLAG_BASE } from '../enums/counter-flag-base.enum';
2
- import { INNER_CIRCLE_STATE } from '../enums/inner-circle-state.enum';
3
- /** Decision bundle returned to the component */
4
- export interface ProgressDecision {
5
- state: INNER_CIRCLE_STATE;
6
- innerValue: number | null;
7
- tick: 'start' | 'stop';
8
- basedOn: COUNTER_FLAG_BASE;
9
- registered: boolean;
10
- }
@@ -1,11 +0,0 @@
1
- import { IConversationFlag } from './conversation-flag.interface';
2
- /** Inputs the pure function needs */
3
- export interface ProgressFacts {
4
- createdAt: Date;
5
- lastMessageTimestamp: Date | null;
6
- firstAnswer: boolean;
7
- waitingAnswer: boolean;
8
- nowMs?: number;
9
- innerMax: number;
10
- conversationFlags: IConversationFlag[];
11
- }
@@ -1,7 +0,0 @@
1
- import { ProgressDecision } from '../interfaces/progress-decision.interface';
2
- import { ProgressFacts } from '../interfaces/progress-facts.interface';
3
- /**
4
- * Pure “rules engine” for the inner circle.
5
- * No side-effects, no RxJS, no Angular.
6
- */
7
- export declare function computeInnerState(indicators: ProgressFacts): ProgressDecision | null;
@@ -1,5 +0,0 @@
1
- import { CONVERSATION_FLAG } from '../enums/conversation-flag.enum';
2
- export declare const getLimitDatesIndicators: (timestamp: Date, interval?: number) => {
3
- readonly UNRESPONSIVE: Date;
4
- readonly REDELEGATION: Date;
5
- };
@@ -1,2 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const PROGRESS_GAP_MINUTES: InjectionToken<number>;
@@ -1,2 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const TICK_PERIOD_SECONDS: InjectionToken<number>;
@@ -1,11 +0,0 @@
1
- import { BehaviorSubject, Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class ProgressTickerService {
4
- /** Emits once every `periodSec` seconds. Auto-starts & ref-counts. */
5
- readonly tick$: Observable<number>;
6
- /** For diagnostics: current number of active subscribers. */
7
- readonly subscriberCount$: BehaviorSubject<number>;
8
- constructor(periodSec: number);
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressTickerService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<ProgressTickerService>;
11
- }
@@ -1,29 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
- import { SwiperOptions } from 'swiper/types';
3
- import * as i0 from "@angular/core";
4
- export declare class LibDashboardSwipeableTabsComponent implements AfterViewInit {
5
- thumbSwiper: ElementRef<{
6
- initialize: () => {};
7
- }>;
8
- mainSwiper: ElementRef<{
9
- initialize: () => {};
10
- }>;
11
- thumbSlides: ElementRef | undefined;
12
- thumbsSwiperOptions: SwiperOptions;
13
- mainSwiperOptions: SwiperOptions;
14
- activeIndex: number;
15
- bottomThumbs: boolean;
16
- slideContentMaxHeight: string;
17
- mainSwiperHeight: string;
18
- subMainSwiperHeight: string;
19
- thumbsSwiperHeight: string;
20
- generalSwiperHeight: string;
21
- activeIndexChange: EventEmitter<number>;
22
- private thumbsSwiperInstance;
23
- private mainSwiperInstance;
24
- ngAfterViewInit(): void;
25
- private initSwiperInstances;
26
- private initMainSwiper;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<LibDashboardSwipeableTabsComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<LibDashboardSwipeableTabsComponent, "lib-dashboard-swipeable-tabs", never, { "thumbsSwiperOptions": { "alias": "thumbsSwiperOptions"; "required": false; }; "mainSwiperOptions": { "alias": "mainSwiperOptions"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "bottomThumbs": { "alias": "bottomThumbs"; "required": false; }; "slideContentMaxHeight": { "alias": "slideContentMaxHeight"; "required": false; }; "mainSwiperHeight": { "alias": "mainSwiperHeight"; "required": false; }; "subMainSwiperHeight": { "alias": "subMainSwiperHeight"; "required": false; }; "thumbsSwiperHeight": { "alias": "thumbsSwiperHeight"; "required": false; }; "generalSwiperHeight": { "alias": "generalSwiperHeight"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; }, ["thumbSlides"], ["[thumb-slides]", "[main-slides]"], true, never>;
29
- }
@@ -1,2 +0,0 @@
1
- import { SwiperOptions } from 'swiper/types';
2
- export declare const dashboardMainSwiperDefaultOptions: SwiperOptions;
@@ -1,2 +0,0 @@
1
- import { SwiperOptions } from 'swiper/types';
2
- export declare const dashboardThumbsSwiperDefaultOptions: SwiperOptions;
@@ -1,2 +0,0 @@
1
- import { SwiperOptions } from 'swiper/types';
2
- export declare const mainswiperDefaultOptions: SwiperOptions;
@@ -1,2 +0,0 @@
1
- import { SwiperOptions } from 'swiper/types';
2
- export declare const thumbsSwiperDefaultOptions: SwiperOptions;
@@ -1,73 +0,0 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { SwiperOptions } from 'swiper/types';
3
- import { IMessage } from '../chat/interfaces/message.interface';
4
- import { ISchedulerAction } from '../calendar/scheduler/interfaces/scheduler.action.interface';
5
- import { ClientHomeComponent } from '../client-home/enums/client-home-component.enum';
6
- import { IDashboardMatchRequest } from '../client-match-overview/interfaces/dashboard-match-request.interface';
7
- import { AlertStatusFields } from './enums/alert-status-fields.enum';
8
- import { ClientDashboardTabs } from './enums/client-dashboard-component.enum';
9
- import { IClientDashboardInputs } from './interfaces/client-dashboard-inputs.interface';
10
- import * as i0 from "@angular/core";
11
- export declare class LibClientDashboardComponent implements OnInit, OnDestroy {
12
- private cdr;
13
- config: IClientDashboardInputs;
14
- addMessage: EventEmitter<{
15
- message: IMessage;
16
- index: number;
17
- prospectId: string;
18
- matchRequest: IDashboardMatchRequest;
19
- }>;
20
- getMessages: EventEmitter<void>;
21
- bookEvent: EventEmitter<ISchedulerAction>;
22
- removeSuggestion: EventEmitter<ISchedulerAction>;
23
- activeIndexChange: EventEmitter<number>;
24
- handleClosedAlert: EventEmitter<{
25
- event: boolean;
26
- field: AlertStatusFields;
27
- }>;
28
- handleAppearPopup: EventEmitter<AlertStatusFields>;
29
- components: typeof ClientHomeComponent;
30
- componentTabs: typeof ClientDashboardTabs;
31
- mainSwiperOptions: SwiperOptions;
32
- alertStatusFields: typeof AlertStatusFields;
33
- isTouchEvent: boolean;
34
- items: {
35
- key: string;
36
- label: string;
37
- onClickInfo: () => void;
38
- }[];
39
- isMinimizeVisual: boolean;
40
- iconSize: string;
41
- assetPaths: {
42
- defaultIcon: string;
43
- };
44
- item: {
45
- label: string;
46
- };
47
- clientHomeThumbsSwiperOptions: SwiperOptions;
48
- dashboardThumbsSwiperOptions: SwiperOptions;
49
- private lastTapTime;
50
- private componentDestroyed$;
51
- constructor(cdr: ChangeDetectorRef);
52
- ngOnInit(): void;
53
- ngOnDestroy(): void;
54
- onActiveTabIndexChange(index: number): void;
55
- handleNewMessage(event: {
56
- message: IMessage;
57
- index: number;
58
- prospectId: string;
59
- matchRequest: IDashboardMatchRequest;
60
- }): void;
61
- handleDoubleClick(): void;
62
- onTouchStart(event: TouchEvent): void;
63
- onClick(event: PointerEvent): void;
64
- onChartIndexChange(index: any): void;
65
- onActiveProspectChange(index: number): void;
66
- onClosedAlert(data: {
67
- event: boolean;
68
- field: AlertStatusFields;
69
- }): void;
70
- onHandleAppearPopup(field: AlertStatusFields): void;
71
- static ɵfac: i0.ɵɵFactoryDeclaration<LibClientDashboardComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<LibClientDashboardComponent, "lib-client-dashboard", never, { "config": { "alias": "config"; "required": false; }; }, { "addMessage": "addMessage"; "getMessages": "getMessages"; "bookEvent": "bookEvent"; "removeSuggestion": "removeSuggestion"; "activeIndexChange": "activeIndexChange"; "handleClosedAlert": "handleClosedAlert"; "handleAppearPopup": "handleAppearPopup"; }, never, never, true, never>;
73
- }
@@ -1,9 +0,0 @@
1
- export declare enum AlertStatusFields {
2
- upcomingDates = "upcomingDates",
3
- compatibilityProfileTrait = "compatibilityProfileTrait",
4
- compatibilityProfileSpider = "compatibilityProfileSpider",
5
- chatHandoff = "chatHandoff",
6
- chatProgress = "chatProgress",
7
- chatMeetupAgenda = "chatMeetupAgenda",
8
- face = "face"
9
- }
@@ -1,5 +0,0 @@
1
- export declare enum ClientDashboardTabs {
2
- ChatScheduler = 0,
3
- ChatCompatibility = 1,
4
- ChatHandoff = 2
5
- }
@@ -1,29 +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 { ISpiderChartConfig } from '../../spider-chart/interfaces/config.interface';
7
- import { IPolygonColor } from '../../spider-chart/interfaces/polygon-color.interface';
8
- import { AlertStatusFields } from '../enums/alert-status-fields.enum';
9
- export interface IClientDashboardInputs {
10
- schedulerAdsTemplate?: TemplateRef<HTMLElement>;
11
- schedulerTabAdsTemplate?: TemplateRef<HTMLElement>;
12
- chatAdsTemplate?: TemplateRef<HTMLElement>;
13
- chatTabAdsTemplate?: TemplateRef<HTMLElement>;
14
- traitVisualAdsTemplate?: TemplateRef<HTMLElement>;
15
- agendaAdsTemplate?: TemplateRef<HTMLElement>;
16
- default?: boolean;
17
- activeIndex?: number;
18
- activeTabIndex?: number;
19
- activeChartItem?: number;
20
- slideContentMaxHeight?: string;
21
- clientMatches$?: Observable<ILibClientMatchOverview[]>;
22
- events?: IAgendaEvent[];
23
- polygonColors?: IPolygonColor[];
24
- spiderConfig?: ISpiderChartConfig;
25
- schedulers$?: Observable<{
26
- events$: Observable<ISchedulerEvent[]>;
27
- }[]>;
28
- alertStatus: Partial<Record<AlertStatusFields, boolean>>;
29
- }
@@ -1,2 +0,0 @@
1
- import { IClientDashboardInputs } from '../interfaces/client-dashboard-inputs.interface';
2
- export declare const defaultClientDashboardConfig: IClientDashboardInputs;
@@ -1,48 +0,0 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { FormFieldType } from '../../enums/form-field-type';
3
- import { ISchedulerAction } from '../calendar/scheduler/interfaces/scheduler.action.interface';
4
- import { IMessage } from '../chat/interfaces/message.interface';
5
- import { ClientHomeComponent } from '../client-home/enums/client-home-component.enum';
6
- import { IDashboardMatchRequest } from '../client-match-overview/interfaces/dashboard-match-request.interface';
7
- import { IChatIdentifier } from './interfaces/chat-identifier.interface';
8
- import { IMatcherDashboardInputs } from './interfaces/matcher-dashboard-inputs.interface';
9
- import * as i0 from "@angular/core";
10
- export declare class LibComposeMacherDashComponent implements OnInit, OnDestroy {
11
- private cdr;
12
- config: IMatcherDashboardInputs;
13
- addMessage: EventEmitter<{
14
- message: IMessage;
15
- prospectId: string;
16
- matchRequest: IDashboardMatchRequest;
17
- }>;
18
- updateLLMConversation: EventEmitter<IChatIdentifier>;
19
- getMessages: EventEmitter<void>;
20
- bookEvent: EventEmitter<ISchedulerAction>;
21
- removeSuggestion: EventEmitter<ISchedulerAction>;
22
- activeIndexChange: EventEmitter<number>;
23
- components: typeof ClientHomeComponent;
24
- suggest: string;
25
- schedularCounts: {
26
- booked: number;
27
- suggested: number;
28
- };
29
- statuses: ({
30
- title: string;
31
- icon: string;
32
- isText: boolean;
33
- } | {
34
- title: string;
35
- icon: string;
36
- isText?: undefined;
37
- })[];
38
- FormFieldType: typeof FormFieldType;
39
- private componentDestroyed$;
40
- constructor(cdr: ChangeDetectorRef);
41
- ngOnInit(): void;
42
- ngOnDestroy(): void;
43
- onActiveTabIndexChange(index: number): void;
44
- onActiveProspectChange(index: number): void;
45
- suggestClicked(suggest: string): void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<LibComposeMacherDashComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<LibComposeMacherDashComponent, "lib-compose-matcher-dash", never, { "config": { "alias": "config"; "required": false; }; }, { "addMessage": "addMessage"; "updateLLMConversation": "updateLLMConversation"; "getMessages": "getMessages"; "bookEvent": "bookEvent"; "removeSuggestion": "removeSuggestion"; "activeIndexChange": "activeIndexChange"; }, never, never, true, never>;
48
- }
@@ -1,5 +0,0 @@
1
- export interface IChartData {
2
- title: string;
3
- keys: string[];
4
- values: Record<string, number>;
5
- }
@@ -1,5 +0,0 @@
1
- export interface IChatIdentifier {
2
- chatId: string;
3
- llmPreference: string;
4
- prospectName: string;
5
- }
@@ -1,26 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { SelectOption } from '@naniteninja/ionic-lib';
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
- export interface IMatcherDashboardInputs {
10
- schedulerAdsTemplate?: TemplateRef<HTMLElement>;
11
- schedulerTabAdsTemplate?: TemplateRef<HTMLElement>;
12
- chatAdsTemplate?: TemplateRef<HTMLElement>;
13
- loading?: {
14
- clientMatches: boolean;
15
- };
16
- default?: boolean;
17
- activeIndex?: number;
18
- activeTabIndex?: number;
19
- slideContentMaxHeight?: string;
20
- clientMatches$?: Observable<ILibClientMatchOverview[]>;
21
- events$?: Observable<ISchedulerEvent[]>;
22
- polygonColors?: IPolygonColor[];
23
- spiderConfig?: ISpiderChartConfig;
24
- alertStatus: Partial<Record<AlertStatusFields, boolean>>;
25
- llmPreferenceOptions?: SelectOption<string>[];
26
- }
@@ -1,8 +0,0 @@
1
- export interface IDashboardMatcherProfile {
2
- id: number;
3
- name: string;
4
- value: number;
5
- photo: string;
6
- notification: number;
7
- progress: number;
8
- }
@@ -1,24 +0,0 @@
1
- import { BehaviorSubject } from 'rxjs';
2
- import { ISchedulerEvent } from '../../calendar/scheduler/interfaces/scheduler.event.interface';
3
- import { ISchedulerEventSuggestion } from '../../calendar/scheduler/interfaces/scheduler.event.suggestion.interface';
4
- import { IChatSuggestion } from '../../chat-suggestion/interfaces/chat-suggestion.interface';
5
- import { IMessage } from '../../chat/interfaces/message.interface';
6
- import { IConversationFlag } from '../../client-match-overview/interfaces/conversation-flag.interface';
7
- import { MatcherStatuses } from '../../matcher-statuses/enums/matcher-statuses.enum';
8
- import { IChartData } from './chart-data.interface';
9
- export interface IProspectData {
10
- messages: IMessage[];
11
- prospectId: string;
12
- status: MatcherStatuses;
13
- prospectResponseTime: string;
14
- chatSuggestions: IChatSuggestion[];
15
- schedules: ISchedulerEvent[];
16
- scheduleSuggestions: ISchedulerEventSuggestion[];
17
- llmPreference: string;
18
- _id: string;
19
- prospectJoinDate: Date;
20
- conversationFlags: IConversationFlag[];
21
- numberMatcherStatuses: number;
22
- chartData: IChartData[];
23
- llmPreferenceLoading$?: BehaviorSubject<string[]>;
24
- }
@@ -1,9 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { Profile } from '@naniteninja/ionic-lib';
3
- import { ILibClientMatchOverview } from '../../client-match-overview/interfaces/client-match-overview.interface';
4
- import * as i0 from "@angular/core";
5
- export declare class GetProfileWithProgressPipe implements PipeTransform {
6
- transform(clientMatch: ILibClientMatchOverview): Profile;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<GetProfileWithProgressPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<GetProfileWithProgressPipe, "getProfileWithProgress", true>;
9
- }
@@ -1,13 +0,0 @@
1
- export declare enum MatcherStatuses {
2
- STATUS0 = "no contact",
3
- STATUS1 = "1st exchange",
4
- STATUS2 = "2nd exchange",
5
- STATUS3 = "3rd exchange",
6
- STATUS4 = "2+ laughs",
7
- STATUS5 = "idea signalled",
8
- STATUS6 = "alt contact",
9
- STATUS7 = "any romance",
10
- STATUS8 = "locale confirmed",
11
- STATUS9 = "time confirmed",
12
- STATUS10 = "all followup"
13
- }
@@ -1,6 +0,0 @@
1
- import { MatcherStatuses } from '../enums/matcher-statuses.enum';
2
- export interface IStatus {
3
- title: string;
4
- subtitle: string;
5
- value: MatcherStatuses;
6
- }
@@ -1,2 +0,0 @@
1
- import { IStatus } from '../interfaces/status.interface';
2
- export declare const MATCHER_STATUSES: IStatus[];
@@ -1,23 +0,0 @@
1
- import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { IMessage } from '../chat/interfaces/message.interface';
3
- import { MatcherStatuses } from './enums/matcher-statuses.enum';
4
- import { MATCHER_STATUSES } from './lookups/matcher-statuses.lookup';
5
- import * as i0 from "@angular/core";
6
- export declare class MatcherStatusesComponent {
7
- adsTemplate?: TemplateRef<HTMLElement>;
8
- status: MatcherStatuses;
9
- hideStatuses: boolean;
10
- messages: IMessage[];
11
- inputValue?: string;
12
- maxLength: number;
13
- responseTime?: string;
14
- disabled: boolean;
15
- prospectJoinDate: Date;
16
- getMessages: EventEmitter<boolean>;
17
- sendMessage: EventEmitter<IMessage>;
18
- MATCHER_STATUSES: typeof MATCHER_STATUSES;
19
- handleGetMessages(event: boolean): void;
20
- handleSendMessage(event: IMessage): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MatcherStatusesComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<MatcherStatusesComponent, "lib-matcher-statuses", never, { "adsTemplate": { "alias": "adsTemplate"; "required": false; }; "status": { "alias": "status"; "required": false; }; "hideStatuses": { "alias": "hideStatuses"; "required": false; }; "messages": { "alias": "messages"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "responseTime": { "alias": "responseTime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "prospectJoinDate": { "alias": "prospectJoinDate"; "required": false; }; }, { "getMessages": "getMessages"; "sendMessage": "sendMessage"; }, never, never, true, never>;
23
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { MatcherStatuses } from '../enums/matcher-statuses.enum';
3
- import * as i0 from "@angular/core";
4
- export declare class IsStatusIncludedPipe implements PipeTransform {
5
- transform(status: MatcherStatuses, index: number): boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IsStatusIncludedPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<IsStatusIncludedPipe, "isStatusIncluded", true>;
8
- }
@@ -1,11 +0,0 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { Profile } from '@naniteninja/ionic-lib';
3
- import * as i0 from "@angular/core";
4
- export declare class ProfileCardComponent implements OnChanges {
5
- profile: Profile;
6
- progressText: string;
7
- progressBar: any;
8
- ngOnChanges(changes: SimpleChanges): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ProfileCardComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ProfileCardComponent, "lib-profile-card", never, { "profile": { "alias": "profile"; "required": false; }; "progressText": { "alias": "progressText"; "required": false; }; }, {}, never, never, false, never>;
11
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./profile-card.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ionic/angular";
5
- export declare class ProfileCardModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ProfileCardModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProfileCardModule, [typeof i1.ProfileCardComponent], [typeof i2.CommonModule, typeof i3.IonicModule], [typeof i1.ProfileCardComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<ProfileCardModule>;
9
- }
@@ -1,10 +0,0 @@
1
- export interface ICircleData {
2
- cx: string;
3
- cy: string;
4
- r: string;
5
- transform: string;
6
- stroke?: string;
7
- 'stroke-width'?: string;
8
- fill?: string;
9
- filter?: string;
10
- }
@@ -1,11 +0,0 @@
1
- export interface IDefsF {
2
- id: string;
3
- x: string;
4
- y: string;
5
- height: string;
6
- width: string;
7
- feGaussianTags: {
8
- in: string;
9
- stdDeviation: string;
10
- }[];
11
- }
@@ -1,11 +0,0 @@
1
- export interface IDefsLG {
2
- id: string;
3
- x1: string;
4
- y1: string;
5
- x2: string;
6
- y2: string;
7
- stopTags: {
8
- offset: string;
9
- style: string;
10
- }[];
11
- }
@@ -1,10 +0,0 @@
1
- export interface IDefsRG {
2
- id: string;
3
- cx: string;
4
- cy: string;
5
- r: string;
6
- stopTags: {
7
- offset: string;
8
- style: string;
9
- }[];
10
- }
@@ -1,19 +0,0 @@
1
- import * as d3 from 'd3';
2
- import { IDataset } from './dataset.interface';
3
- import { ISpiderChartAttribute } from './spider-chart-attribute.interface';
4
- export interface ISpiderChartConfig {
5
- w: number;
6
- h: number;
7
- fullScreen: boolean;
8
- levels: number;
9
- maxValue: number;
10
- labelFactor: number;
11
- wrapWidth: number;
12
- opacityArea: number;
13
- dotRadius: number;
14
- opacityCircles: number;
15
- strokeWidth: number;
16
- color: d3.ScaleOrdinal<string, string>;
17
- attributes: ISpiderChartAttribute[];
18
- datasets: IDataset[];
19
- }
@@ -1,7 +0,0 @@
1
- import { IPolygonColor } from './polygon-color.interface';
2
- export interface IDataset {
3
- title: string;
4
- keys: string[];
5
- values: Record<string, number>;
6
- polygon_color?: IPolygonColor;
7
- }
@@ -1,4 +0,0 @@
1
- export interface IPolygonColor {
2
- label: string;
3
- value: string;
4
- }
@@ -1,6 +0,0 @@
1
- export interface ISpiderChartAttribute {
2
- key: string;
3
- text: string;
4
- titleAlertPopup?: string;
5
- descriptionAlertPopup?: string;
6
- }
@@ -1,2 +0,0 @@
1
- import { ISpiderChartConfig } from '../interfaces/config.interface';
2
- export declare const defaultSpiderConfig: ISpiderChartConfig;
@@ -1,2 +0,0 @@
1
- import { ISpiderChartConfig } from '../interfaces/config.interface';
2
- export declare const defaultSpiderConfig: ISpiderChartConfig;
@@ -1,2 +0,0 @@
1
- import { IPolygonColor } from '../interfaces/polygon-color.interface';
2
- export declare const demoPolygonColors: IPolygonColor[];
@@ -1,8 +0,0 @@
1
- import { ICircleData } from '../interfaces/chart-data-circle.interface';
2
- import { IDefsF } from '../interfaces/chart-data-defs-f.interface';
3
- import { IDefsLG } from '../interfaces/chart-data-defs-lg.interface';
4
- import { IDefsRG } from '../interfaces/chart-data-defs-rg.interface';
5
- export declare const circleData: ICircleData[];
6
- export declare const defsLG: IDefsLG[];
7
- export declare const defsF: IDefsF[];
8
- export declare const defsRG: IDefsRG[];
@@ -1,52 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
- import * as d3 from 'd3';
3
- import { InitialsPipe } from '../../pipes/initials/initials.pipe';
4
- import { AlertStatusFields } from '../lib-client-dashboard/enums/alert-status-fields.enum';
5
- import { ICircleData } from './interfaces/chart-data-circle.interface';
6
- import { IDefsF } from './interfaces/chart-data-defs-f.interface';
7
- import { IDefsLG } from './interfaces/chart-data-defs-lg.interface';
8
- import { IDefsRG } from './interfaces/chart-data-defs-rg.interface';
9
- import { ISpiderChartConfig } from './interfaces/config.interface';
10
- import { IDataset } from './interfaces/dataset.interface';
11
- import { IPolygonColor } from './interfaces/polygon-color.interface';
12
- import * as i0 from "@angular/core";
13
- export declare class SpiderChartComponent implements OnChanges, OnDestroy, AfterViewInit {
14
- private cdr;
15
- d3Chart: ElementRef;
16
- datasets: IDataset[];
17
- config: ISpiderChartConfig;
18
- polygon_colors: IPolygonColor[];
19
- showChartInfo: boolean;
20
- alertStatusFields: typeof AlertStatusFields;
21
- titleAlertPopup: string;
22
- descriptionAlertPopup: string;
23
- isAlertPopupClosing: boolean;
24
- timeStateAlertPopup: number;
25
- numberAlertPopup: number;
26
- svg: d3.Selection<SVGSVGElement, unknown, HTMLElement, unknown>;
27
- defsRG: IDefsRG[];
28
- defsF: IDefsF[];
29
- defsLG: IDefsLG[];
30
- circleData: ICircleData[];
31
- readonly initialsPipe: InitialsPipe;
32
- constructor(cdr: ChangeDetectorRef);
33
- ngOnChanges(changes: SimpleChanges): void;
34
- ngAfterViewInit(): void;
35
- ngOnDestroy(): void;
36
- onClosedAlert(data: {
37
- event: boolean;
38
- field: AlertStatusFields;
39
- }): void;
40
- private initializeChart;
41
- private createSvgObject;
42
- private createLine;
43
- private createCircle;
44
- private createText;
45
- private createPolygons;
46
- private createDefsAndLinearGradient;
47
- private createDefsAndFilter;
48
- private createDefsAndRadialGradient;
49
- private createRadarChart;
50
- static ɵfac: i0.ɵɵFactoryDeclaration<SpiderChartComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<SpiderChartComponent, "lib-spider-chart", never, { "datasets": { "alias": "datasets"; "required": false; }; "config": { "alias": "config"; "required": false; }; "polygon_colors": { "alias": "polygon_colors"; "required": false; }; "showChartInfo": { "alias": "showChartInfo"; "required": false; }; }, {}, never, never, true, never>;
52
- }
@@ -1,4 +0,0 @@
1
- export declare enum Direction {
2
- horizontal = "horizontal",
3
- vertical = "vertical"
4
- }