@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.
- package/fesm2022/naniteninja-dashboard-components-lib.mjs +179 -189
- package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
- package/index.d.ts +1669 -3
- package/package.json +1 -3
- package/src/lib/shared-styles/common/theme.scss +3 -3
- package/esm2022/lib/components/auto-delegation/animations.mjs +0 -20
- package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +0 -106
- package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +0 -6
- package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +0 -7
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +0 -2
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +0 -2
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +0 -2
- package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +0 -37
- package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +0 -98
- package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +0 -23
- package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +0 -2
- package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +0 -40
- package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +0 -275
- package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +0 -89
- package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +0 -40
- package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +0 -6
- package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +0 -6
- package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +0 -10
- package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +0 -7
- package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +0 -8
- package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +0 -30
- package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +0 -7
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +0 -2
- package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +0 -80
- package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +0 -144
- package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +0 -211
- package/esm2022/lib/components/chat/chat.component.mjs +0 -307
- package/esm2022/lib/components/chat/chat.component.module.mjs +0 -85
- package/esm2022/lib/components/chat/chat.service.mjs +0 -63
- package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +0 -6
- package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +0 -77
- package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +0 -41
- package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +0 -2
- package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +0 -2
- package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/message.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +0 -2
- package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +0 -7
- package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +0 -21
- package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +0 -2
- package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +0 -143
- package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +0 -18
- package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +0 -6
- package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/client-home.component.mjs +0 -123
- package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +0 -9
- package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +0 -2
- package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +0 -30
- package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +0 -6
- package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +0 -10
- package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +0 -10
- package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +0 -10
- package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +0 -60
- package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +0 -33
- package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +0 -300
- package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +0 -6
- package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +0 -6
- package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +0 -8
- package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +0 -2
- package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +0 -81
- package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +0 -8
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +0 -4
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +0 -3
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +0 -43
- package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +0 -113
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +0 -11
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +0 -27
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +0 -19
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +0 -21
- package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +0 -170
- package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +0 -11
- package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +0 -7
- package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +0 -2
- package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +0 -15
- package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +0 -146
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +0 -2
- package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +0 -21
- package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +0 -15
- package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +0 -2
- package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +0 -54
- package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +0 -58
- package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +0 -19
- package/esm2022/lib/components/profile-card/profile-card.component.mjs +0 -35
- package/esm2022/lib/components/profile-card/profile-card.module.mjs +0 -19
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +0 -2
- package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +0 -18
- package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +0 -67
- package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +0 -11
- package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +0 -277
- package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +0 -235
- package/esm2022/lib/enums/direction.enum.mjs +0 -6
- package/esm2022/lib/enums/form-field-type.mjs +0 -30
- package/esm2022/lib/enums/local-storage-keys.enum.mjs +0 -5
- package/esm2022/lib/enums/status-types.mjs +0 -8
- package/esm2022/lib/model/select-option-template.mjs +0 -2
- package/esm2022/lib/operations/operations.mjs +0 -19
- package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +0 -49
- package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +0 -17
- package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +0 -31
- package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +0 -28
- package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +0 -59
- package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +0 -22
- package/esm2022/lib/pipes/initials/initials.pipe.mjs +0 -25
- package/esm2022/lib/pipes/round/round.pipe.mjs +0 -17
- package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +0 -25
- package/esm2022/lib/services/abstract-cache.service.mjs +0 -10
- package/esm2022/lib/shared/shared/alert-popup/alert-popup.component.mjs +0 -38
- package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +0 -95
- package/esm2022/lib/shared/shared/status-icon/status-icon.component.mjs +0 -14
- package/esm2022/lib/shared/shared.module.mjs +0 -23
- package/esm2022/naniteninja-dashboard-components-lib.mjs +0 -5
- package/esm2022/public-api.mjs +0 -122
- package/lib/components/auto-delegation/animations.d.ts +0 -1
- package/lib/components/auto-delegation/auto-delegation-modal.component.d.ts +0 -29
- package/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.d.ts +0 -4
- package/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.d.ts +0 -5
- package/lib/components/auto-delegation/interface/auto-delegation-data.interface.d.ts +0 -31
- package/lib/components/auto-delegation/interface/auto-delegation.event.interface.d.ts +0 -6
- package/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.d.ts +0 -8
- package/lib/components/auto-delegation/interface/preferences.interface.d.ts +0 -17
- package/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.d.ts +0 -12
- package/lib/components/calendar/agenda/agenda.component.d.ts +0 -22
- package/lib/components/calendar/agenda/agenda.module.d.ts +0 -12
- package/lib/components/calendar/agenda/interfaces/agenda.day.interface.d.ts +0 -7
- package/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.d.ts +0 -9
- package/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.d.ts +0 -19
- package/lib/components/calendar/components/event-form/event-form.component.d.ts +0 -67
- package/lib/components/calendar/components/event-form/event-form.module.d.ts +0 -20
- package/lib/components/calendar/components/event-info/event-info.component.d.ts +0 -24
- package/lib/components/calendar/enums/calendar.account.enum.d.ts +0 -4
- package/lib/components/calendar/enums/calendar.account.icons.enum.d.ts +0 -4
- package/lib/components/calendar/enums/event-type.enum.d.ts +0 -8
- package/lib/components/calendar/enums/recurring.edit.options.enum.d.ts +0 -5
- package/lib/components/calendar/enums/recurring.type.enum.d.ts +0 -6
- package/lib/components/calendar/interfaces/calendar.account.interface.d.ts +0 -14
- package/lib/components/calendar/interfaces/calendar.account.theme.interface.d.ts +0 -5
- package/lib/components/calendar/interfaces/event.form.interface.d.ts +0 -22
- package/lib/components/calendar/interfaces/event.form.output.interface.d.ts +0 -10
- package/lib/components/calendar/interfaces/event.interface.d.ts +0 -33
- package/lib/components/calendar/interfaces/event.time.interface.d.ts +0 -4
- package/lib/components/calendar/interfaces/recurring.event.interface.d.ts +0 -16
- package/lib/components/calendar/interfaces/recurring.exception.interface.d.ts +0 -14
- package/lib/components/calendar/interfaces/recurring.pattern.interface.d.ts +0 -16
- package/lib/components/calendar/lookups/recurring.options.lookup.d.ts +0 -2
- package/lib/components/calendar/scheduler/enums/schedule-date-status.enum.d.ts +0 -5
- package/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.d.ts +0 -10
- package/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.d.ts +0 -5
- package/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.d.ts +0 -26
- package/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.d.ts +0 -13
- package/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.d.ts +0 -6
- package/lib/components/calendar/scheduler/mock-schedule.d.ts +0 -9
- package/lib/components/calendar/scheduler/scheduler.component.d.ts +0 -36
- package/lib/components/calendar/services/calendar-utils.service.d.ts +0 -39
- package/lib/components/chat/chat.component.d.ts +0 -70
- package/lib/components/chat/chat.component.module.d.ts +0 -22
- package/lib/components/chat/chat.service.d.ts +0 -15
- package/lib/components/chat/enums/sender-types.enum.d.ts +0 -4
- package/lib/components/chat/gif-selector/gif-selector.component.d.ts +0 -25
- package/lib/components/chat/gif-selector/gif-selector.service.d.ts +0 -15
- package/lib/components/chat/gif-selector/tenor-media-format.interface.d.ts +0 -7
- package/lib/components/chat/gif-selector/tenor-object.interface.d.ts +0 -5
- package/lib/components/chat/gif-selector/tenor-result.interface.d.ts +0 -16
- package/lib/components/chat/interfaces/date-messages.interface.d.ts +0 -6
- package/lib/components/chat/interfaces/message-attachment.interface.d.ts +0 -6
- package/lib/components/chat/interfaces/message.interface.d.ts +0 -11
- package/lib/components/chat/interfaces/send-options-message.interface.d.ts +0 -5
- package/lib/components/chat/interfaces/type-send-message.enum.d.ts +0 -5
- package/lib/components/chat-suggestion/chat-suggestion.component.d.ts +0 -9
- package/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.d.ts +0 -4
- package/lib/components/circle-progress/circle-progress.component.d.ts +0 -31
- package/lib/components/circle-progress/circle-progress.module.d.ts +0 -8
- package/lib/components/circle-progress/enums/circle-variable.enum.d.ts +0 -4
- package/lib/components/circle-progress/interfaces/circle-progress-config.interface.d.ts +0 -29
- package/lib/components/client-home/client-home.component.d.ts +0 -44
- package/lib/components/client-home/enums/client-home-component.enum.d.ts +0 -7
- package/lib/components/client-home/interfaces/chat-meta.interface.d.ts +0 -7
- package/lib/components/client-home/interfaces/home-dashboard-inputs.interface.d.ts +0 -45
- package/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.d.ts +0 -5
- package/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.d.ts +0 -9
- package/lib/components/client-home/lookup/client-home.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-default-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-pink-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-purple-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-teal-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/inner-progress-white-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/progress-default-colors.config.d.ts +0 -2
- package/lib/components/client-home/lookup/progress-white-colors.config.d.ts +0 -2
- package/lib/components/client-home/pipes/chat-meta.pipe.d.ts +0 -10
- package/lib/components/client-home/pipes/get-color-by-matcher.pipe.d.ts +0 -10
- package/lib/components/client-match-overview/client-match-overview.component.d.ts +0 -55
- package/lib/components/client-match-overview/enums/conversation-flag.enum.d.ts +0 -4
- package/lib/components/client-match-overview/enums/counter-flag-base.enum.d.ts +0 -4
- package/lib/components/client-match-overview/enums/inner-circle-state.enum.d.ts +0 -6
- package/lib/components/client-match-overview/interfaces/client-match-overview.interface.d.ts +0 -19
- package/lib/components/client-match-overview/interfaces/conversation-flag.interface.d.ts +0 -8
- package/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.d.ts +0 -7
- package/lib/components/client-match-overview/interfaces/progress-decision.interface.d.ts +0 -10
- package/lib/components/client-match-overview/interfaces/progress-facts.interface.d.ts +0 -11
- package/lib/components/client-match-overview/lookups/computer-inner-state.lookup.d.ts +0 -7
- package/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.d.ts +0 -5
- package/lib/components/client-match-overview/progress-ticker/progress-gap.config.d.ts +0 -2
- package/lib/components/client-match-overview/progress-ticker/progress-ticker.config.d.ts +0 -2
- package/lib/components/client-match-overview/progress-ticker/progress-ticker.service.d.ts +0 -11
- package/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.d.ts +0 -29
- package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.d.ts +0 -2
- package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.d.ts +0 -2
- package/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.d.ts +0 -2
- package/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.d.ts +0 -2
- package/lib/components/lib-client-dashboard/client-dashboard.component.d.ts +0 -73
- package/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.d.ts +0 -9
- package/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.d.ts +0 -5
- package/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.d.ts +0 -29
- package/lib/components/lib-client-dashboard/lookups/client-dashboard.config.d.ts +0 -2
- package/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.d.ts +0 -48
- package/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.d.ts +0 -5
- package/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.d.ts +0 -5
- package/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.d.ts +0 -26
- package/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.d.ts +0 -8
- package/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.d.ts +0 -24
- package/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.d.ts +0 -9
- package/lib/components/matcher-statuses/enums/matcher-statuses.enum.d.ts +0 -13
- package/lib/components/matcher-statuses/interfaces/status.interface.d.ts +0 -6
- package/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.d.ts +0 -2
- package/lib/components/matcher-statuses/matcher-statuses.component.d.ts +0 -23
- package/lib/components/matcher-statuses/pipes/is-status-included.pipe.d.ts +0 -8
- package/lib/components/profile-card/profile-card.component.d.ts +0 -11
- package/lib/components/profile-card/profile-card.module.d.ts +0 -9
- package/lib/components/spider-chart/interfaces/chart-data-circle.interface.d.ts +0 -10
- package/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.d.ts +0 -11
- package/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.d.ts +0 -11
- package/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.d.ts +0 -10
- package/lib/components/spider-chart/interfaces/config.interface.d.ts +0 -19
- package/lib/components/spider-chart/interfaces/dataset.interface.d.ts +0 -7
- package/lib/components/spider-chart/interfaces/polygon-color.interface.d.ts +0 -4
- package/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.d.ts +0 -6
- package/lib/components/spider-chart/lookup/default-spider-config.d.ts +0 -2
- package/lib/components/spider-chart/lookup/default-spider-config.lookup.d.ts +0 -2
- package/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.d.ts +0 -2
- package/lib/components/spider-chart/lookup/svg-config.lookup.d.ts +0 -8
- package/lib/components/spider-chart/spider-chart.component.d.ts +0 -52
- package/lib/enums/direction.enum.d.ts +0 -4
- package/lib/enums/form-field-type.d.ts +0 -28
- package/lib/enums/local-storage-keys.enum.d.ts +0 -3
- package/lib/enums/status-types.d.ts +0 -6
- package/lib/model/select-option-template.d.ts +0 -5
- package/lib/operations/operations.d.ts +0 -19
- package/lib/pipes/array-sort/array.sort.pipe.d.ts +0 -7
- package/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.d.ts +0 -7
- package/lib/pipes/date-localization/date-localization.pipe.d.ts +0 -8
- package/lib/pipes/fallback-translate/fallback-translate.pipe.d.ts +0 -11
- package/lib/pipes/get-display-value/get-display-value.pipe.d.ts +0 -13
- package/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.d.ts +0 -8
- package/lib/pipes/initials/initials.pipe.d.ts +0 -7
- package/lib/pipes/round/round.pipe.d.ts +0 -7
- package/lib/pipes/update-llm-preference/update-llm-preference.pipe.d.ts +0 -8
- package/lib/services/abstract-cache.service.d.ts +0 -9
- package/lib/shared/shared/alert-popup/alert-popup.component.d.ts +0 -14
- package/lib/shared/shared/message-modal/message-modal.component.d.ts +0 -29
- package/lib/shared/shared/status-icon/status-icon.component.d.ts +0 -7
- package/lib/shared/shared.module.d.ts +0 -13
- package/public-api.d.ts +0 -121
|
@@ -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,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,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,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,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,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,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
|
-
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,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
|
-
}
|
package/lib/components/client-match-overview/interfaces/client-match-overview.interface.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { IProspectData } from '../../lib-compose-matcher-dash/interfaces/prospect-data.interface';
|
|
2
|
-
import { IDashboardMatchRequest } from './dashboard-match-request.interface';
|
|
3
|
-
export interface ILibClientMatchOverview {
|
|
4
|
-
_id?: string;
|
|
5
|
-
primary: IClientFields;
|
|
6
|
-
secondary: IClientFields;
|
|
7
|
-
preferences: number;
|
|
8
|
-
personality: number;
|
|
9
|
-
isExpanded?: boolean;
|
|
10
|
-
showHandoff?: boolean;
|
|
11
|
-
createdAt: Date;
|
|
12
|
-
prospectData: IProspectData;
|
|
13
|
-
matchRequest: IDashboardMatchRequest;
|
|
14
|
-
}
|
|
15
|
-
interface IClientFields {
|
|
16
|
-
name: string;
|
|
17
|
-
src: string;
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CONVERSATION_FLAG } from '../enums/conversation-flag.enum';
|
|
2
|
-
import { COUNTER_FLAG_BASE } from '../enums/counter-flag-base.enum';
|
|
3
|
-
export interface IConversationFlag {
|
|
4
|
-
timestamp: Date;
|
|
5
|
-
prospectId: string;
|
|
6
|
-
basedOn: COUNTER_FLAG_BASE;
|
|
7
|
-
flag: CONVERSATION_FLAG;
|
|
8
|
-
}
|