@naniteninja/dashboard-components-lib 1.0.5 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/naniteninja-dashboard-components-lib.mjs +535 -180
- package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
- package/index.d.ts +1775 -3
- package/{naniteninja-dashboard-components-lib-1.0.5.tgz → naniteninja-dashboard-components-lib-2.0.0.tgz} +0 -0
- package/package.json +25 -29
- package/src/assets/icons/close-icon.svg +1 -1
- package/src/assets/icons/drag-handle.svg +5 -0
- package/src/assets/icons/filter-gear.svg +5 -0
- package/src/assets/icons/filter-icon.svg +5 -0
- package/src/assets/icons/plus.svg +1 -1
- package/src/assets/icons/settings.svg +4 -0
- 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 -120
- package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +0 -23
- package/esm2022/lib/components/calendar/agenda/enums/agenda-item-type.enum.mjs +0 -6
- 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/agenda/types/agenda-item.type.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 -310
- 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 -173
- 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/ads.interface.mjs +0 -2
- 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.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 -26
- 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 -123
- 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 -27
- package/lib/components/calendar/agenda/agenda.module.d.ts +0 -12
- package/lib/components/calendar/agenda/enums/agenda-item-type.enum.d.ts +0 -4
- 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/agenda/types/agenda-item.type.d.ts +0 -7
- 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 -75
- 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/ads.interface.d.ts +0 -14
- 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/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 -122
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { IAutoDelegationPreferences } from './preferences.interface';
|
|
2
|
-
export interface IAutoDelegationData {
|
|
3
|
-
imgSrc: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
name: string;
|
|
6
|
-
location: string;
|
|
7
|
-
menu: string[];
|
|
8
|
-
meetings?: number;
|
|
9
|
-
days?: string;
|
|
10
|
-
price: number;
|
|
11
|
-
marketPrice: number;
|
|
12
|
-
hand?: string;
|
|
13
|
-
mode?: string;
|
|
14
|
-
score?: number;
|
|
15
|
-
preferred?: number;
|
|
16
|
-
lifeTimeFee?: string;
|
|
17
|
-
lifeTimeMeetups?: number;
|
|
18
|
-
joinDate?: string;
|
|
19
|
-
preferences?: IAutoDelegationPreferences;
|
|
20
|
-
preferencesProfile?: string;
|
|
21
|
-
weight?: string;
|
|
22
|
-
heightpref?: string;
|
|
23
|
-
profile?: string[];
|
|
24
|
-
communicationStyle?: string;
|
|
25
|
-
goal?: string;
|
|
26
|
-
job?: string;
|
|
27
|
-
passions?: string[];
|
|
28
|
-
dates?: number;
|
|
29
|
-
msgs?: number;
|
|
30
|
-
planOptions?: string[];
|
|
31
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { AutoDelegationEventTypes } from '../enums/auto-delegation.event-type.enum';
|
|
2
|
-
import { AutoDelegationEventValue } from '../enums/auto-delegation.event-value.enum';
|
|
3
|
-
export interface IAutoDelegationEvent {
|
|
4
|
-
type: AutoDelegationEventTypes;
|
|
5
|
-
value: AutoDelegationEventValue;
|
|
6
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { LibMenuItem } from '@naniteninja/ionic-lib';
|
|
2
|
-
import { IAutoDelegationData } from './auto-delegation-data.interface';
|
|
3
|
-
export interface IAutoDelegationModalData {
|
|
4
|
-
countdown: number;
|
|
5
|
-
expandedBaseCard?: boolean;
|
|
6
|
-
data: IAutoDelegationData;
|
|
7
|
-
menuItems: LibMenuItem[];
|
|
8
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface IAutoDelegationPreferences {
|
|
2
|
-
bust: {
|
|
3
|
-
value: number;
|
|
4
|
-
moe: number;
|
|
5
|
-
};
|
|
6
|
-
waist: {
|
|
7
|
-
value: number;
|
|
8
|
-
moe: number;
|
|
9
|
-
};
|
|
10
|
-
height: {
|
|
11
|
-
value: number;
|
|
12
|
-
moe: number;
|
|
13
|
-
};
|
|
14
|
-
celibacy: number;
|
|
15
|
-
cooperation: number;
|
|
16
|
-
intelligence: number;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { IAgendaDay } from '../interfaces/agenda.day.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AgendaDayCardComponent implements OnInit {
|
|
5
|
-
adDay: boolean;
|
|
6
|
-
day: IAgendaDay;
|
|
7
|
-
fullName: string;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
private sanitizeHtml;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AgendaDayCardComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AgendaDayCardComponent, "lib-agenda-day-card", never, { "adDay": { "alias": "adDay"; "required": false; }; "day": { "alias": "day"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Direction } from '../../../enums/direction.enum';
|
|
4
|
-
import { IAd } from '../../lib-client-dashboard/interfaces/ads.interface';
|
|
5
|
-
import { IAgendaDay } from './interfaces/agenda.day.interface';
|
|
6
|
-
import { IAgendaEvent } from './interfaces/agenda.event.inetrface';
|
|
7
|
-
import { AgendaItem } from './types/agenda-item.type';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class AgendaComponent implements OnInit {
|
|
10
|
-
adsTemplate?: TemplateRef<HTMLElement>;
|
|
11
|
-
agendaAdsData?: Array<IAd>;
|
|
12
|
-
loading$: Observable<boolean>;
|
|
13
|
-
startDate: Date;
|
|
14
|
-
endDate: Date;
|
|
15
|
-
set events(events: IAgendaEvent[]);
|
|
16
|
-
numberOfEvents: number;
|
|
17
|
-
days: IAgendaDay[];
|
|
18
|
-
combinedAgendaItems: AgendaItem[];
|
|
19
|
-
direction: Direction;
|
|
20
|
-
private _events;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
set setAdsData(ads: IAd[]);
|
|
23
|
-
private buildAgendaDays;
|
|
24
|
-
private getSuccessiveEmptyDays;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AgendaComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AgendaComponent, "lib-agenda", never, { "adsTemplate": { "alias": "adsTemplate"; "required": false; }; "agendaAdsData": { "alias": "agendaAdsData"; "required": false; }; "loading$": { "alias": "loading$"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "events": { "alias": "events"; "required": false; }; "setAdsData": { "alias": "setAdsData"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./agenda.component";
|
|
3
|
-
import * as i2 from "./agenda-day-card/agenda-day-card.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@ionic/angular";
|
|
6
|
-
import * as i5 from "@ngx-translate/core";
|
|
7
|
-
import * as i6 from "@naniteninja/ionic-lib";
|
|
8
|
-
export declare class LibAgendaModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibAgendaModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LibAgendaModule, [typeof i1.AgendaComponent, typeof i2.AgendaDayCardComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.TranslateModule, typeof i6.DirectiveModule, typeof i6.AvatarComponent], [typeof i1.AgendaComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LibAgendaModule>;
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IAgendaDay } from 'dashboard-components-lib';
|
|
2
|
-
import { IAd } from '../../../lib-client-dashboard/interfaces/ads.interface';
|
|
3
|
-
import { AgendaItemType } from '../enums/agenda-item-type.enum';
|
|
4
|
-
export type AgendaItem = {
|
|
5
|
-
type: AgendaItemType;
|
|
6
|
-
data: IAd | IAgendaDay;
|
|
7
|
-
};
|
package/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { SelectOption } from '@naniteninja/ionic-lib';
|
|
4
|
-
import { FormFieldType } from '../../../../enums/form-field-type';
|
|
5
|
-
import { FallbackTranslatePipe } from '../../../../pipes/fallback-translate/fallback-translate.pipe';
|
|
6
|
-
import { EditRecurringEventOptions } from '../../enums/recurring.edit.options.enum';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LibEditRecurringEventComponent implements OnInit {
|
|
9
|
-
private fallbackTranslatePipe;
|
|
10
|
-
excludeCurrentInstance: boolean;
|
|
11
|
-
editOptionsCtrl: FormControl<EditRecurringEventOptions>;
|
|
12
|
-
options: SelectOption<EditRecurringEventOptions>[];
|
|
13
|
-
radioFieldType: FormFieldType;
|
|
14
|
-
constructor(fallbackTranslatePipe: FallbackTranslatePipe);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
private initRecurringOptions;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibEditRecurringEventComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibEditRecurringEventComponent, "lib-edit-recurring-event", never, { "excludeCurrentInstance": { "alias": "excludeCurrentInstance"; "required": false; }; "editOptionsCtrl": { "alias": "editOptionsCtrl"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { BaseComponent, LocationModel } from '@naniteninja/ionic-lib';
|
|
4
|
-
import { FallbackTranslatePipe } from '../../../../pipes/fallback-translate/fallback-translate.pipe';
|
|
5
|
-
import { EditRecurringEventOptions } from '../../enums/recurring.edit.options.enum';
|
|
6
|
-
import { ICalendarAccount } from '../../interfaces/calendar.account.interface';
|
|
7
|
-
import { IEventForm } from '../../interfaces/event.form.interface';
|
|
8
|
-
import { IEventFormOutput } from '../../interfaces/event.form.output.interface';
|
|
9
|
-
import { IEvent } from '../../interfaces/event.interface';
|
|
10
|
-
import { IRecurringEvent } from '../../interfaces/recurring.event.interface';
|
|
11
|
-
import { IRecurringEventException } from '../../interfaces/recurring.exception.interface';
|
|
12
|
-
import { CalendarUtilsService } from '../../services/calendar-utils.service';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class LibEventFormComponent extends BaseComponent {
|
|
15
|
-
private cdr;
|
|
16
|
-
fb: FormBuilder;
|
|
17
|
-
private calendarUtilService;
|
|
18
|
-
private fallbackTranslatePipe;
|
|
19
|
-
calendars: ICalendarAccount[];
|
|
20
|
-
get event(): IEvent;
|
|
21
|
-
set event(e: IEvent);
|
|
22
|
-
get draggedEvent(): IEvent;
|
|
23
|
-
set draggedEvent(e: IEvent);
|
|
24
|
-
updateRecurringEvent: EventEmitter<IEventFormOutput>;
|
|
25
|
-
updateDraggedEvent: EventEmitter<IEventFormOutput>;
|
|
26
|
-
delete: EventEmitter<IEventFormOutput>;
|
|
27
|
-
closeForm: EventEmitter<void>;
|
|
28
|
-
submitForm: EventEmitter<IEventFormOutput>;
|
|
29
|
-
editMode: boolean;
|
|
30
|
-
editOptionsCtrl: FormControl<EditRecurringEventOptions>;
|
|
31
|
-
modalTitle: string;
|
|
32
|
-
recurringTypeChanged: boolean;
|
|
33
|
-
cancelButtonTitle: string;
|
|
34
|
-
submitButtonTitle: string;
|
|
35
|
-
secondaryButtonTitle: string;
|
|
36
|
-
openModal: boolean;
|
|
37
|
-
showConfirm: boolean;
|
|
38
|
-
openRecurringOptions: boolean;
|
|
39
|
-
recurringOptions: IRecurringEvent[];
|
|
40
|
-
eventStart: Date;
|
|
41
|
-
form: FormGroup<IEventForm>;
|
|
42
|
-
recurringException: IRecurringEventException;
|
|
43
|
-
private initialFormValue;
|
|
44
|
-
private eventTime;
|
|
45
|
-
private _event;
|
|
46
|
-
private _draggedEvent;
|
|
47
|
-
private deleteConfirmed;
|
|
48
|
-
private updatedEvent;
|
|
49
|
-
constructor(cdr: ChangeDetectorRef, fb: FormBuilder, calendarUtilService: CalendarUtilsService, fallbackTranslatePipe: FallbackTranslatePipe);
|
|
50
|
-
onDeleteConfirm(): void;
|
|
51
|
-
onSubmitModal(): void;
|
|
52
|
-
onModalSecondaryButtonClick(): void;
|
|
53
|
-
saveEvent(): void;
|
|
54
|
-
onLocationChange(event: LocationModel): void;
|
|
55
|
-
resetModal(): void;
|
|
56
|
-
private initializeEventForm;
|
|
57
|
-
private buildForm;
|
|
58
|
-
private watchFormFields;
|
|
59
|
-
private handleAllDayEvents;
|
|
60
|
-
private updateEvent;
|
|
61
|
-
private allowSubmission;
|
|
62
|
-
private submitFormEvent;
|
|
63
|
-
private onEventChange;
|
|
64
|
-
private onDragEvent;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibEventFormComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibEventFormComponent, "lib-event-form", never, { "calendars": { "alias": "calendars"; "required": false; }; "event": { "alias": "event"; "required": false; }; "draggedEvent": { "alias": "draggedEvent"; "required": false; }; }, { "updateRecurringEvent": "updateRecurringEvent"; "updateDraggedEvent": "updateDraggedEvent"; "delete": "delete"; "closeForm": "closeForm"; "submitForm": "submitForm"; }, never, ["*"], false, never>;
|
|
67
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./event-form.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@ionic/angular";
|
|
6
|
-
import * as i4 from "@ngx-translate/core";
|
|
7
|
-
import * as i5 from "@angular/forms";
|
|
8
|
-
import * as i6 from "@naniteninja/ionic-lib";
|
|
9
|
-
import * as i7 from "../../../../pipes/fallback-translate/fallback-translate.pipe";
|
|
10
|
-
import * as i8 from "../event-info/event-info.component";
|
|
11
|
-
import * as i9 from "../edit-recurring-event/edit-recurring-event.component";
|
|
12
|
-
export declare class LibEventFormModule {
|
|
13
|
-
static forRoot(config: {
|
|
14
|
-
googleMapsKey: string;
|
|
15
|
-
googleMapsURL: string;
|
|
16
|
-
}): ModuleWithProviders<LibEventFormModule>;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibEventFormModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LibEventFormModule, [typeof i1.LibEventFormComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.TranslateModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.DashedCheckboxModule, typeof i6.DirectiveModule, typeof i6.FormFieldModule, typeof i6.InputDateFieldModule, typeof i6.InputFieldModule, typeof i6.InputFieldSelectModule, typeof i6.InputTimeFieldModule, typeof i6.LibModalModule, typeof i6.LibErrorMessageComponent, typeof i7.FallbackTranslatePipe, typeof i8.LibEventInfoComponent, typeof i9.LibEditRecurringEventComponent, typeof i6.BaseComponent], [typeof i1.LibEventFormComponent]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LibEventFormModule>;
|
|
20
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FallbackTranslatePipe } from '../../../../pipes/fallback-translate/fallback-translate.pipe';
|
|
3
|
-
import { ICalendarAccount } from '../../interfaces/calendar.account.interface';
|
|
4
|
-
import { IEvent } from '../../interfaces/event.interface';
|
|
5
|
-
import { IRecurringEventException } from '../../interfaces/recurring.exception.interface';
|
|
6
|
-
import { CalendarUtilsService } from '../../services/calendar-utils.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LibEventInfoComponent implements OnInit {
|
|
9
|
-
private fallbackTranslatePipe;
|
|
10
|
-
private calendarUtilService;
|
|
11
|
-
event: IEvent;
|
|
12
|
-
calendars: ICalendarAccount[];
|
|
13
|
-
calendarAccount: ICalendarAccount;
|
|
14
|
-
recurringException: IRecurringEventException;
|
|
15
|
-
updatedRecurringException: IRecurringEventException;
|
|
16
|
-
address: string;
|
|
17
|
-
title: string;
|
|
18
|
-
note: string;
|
|
19
|
-
constructor(fallbackTranslatePipe: FallbackTranslatePipe, calendarUtilService: CalendarUtilsService);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
private initEventInfo;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibEventInfoComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibEventInfoComponent, "lib-event-info", never, { "event": { "alias": "event"; "required": false; }; "calendars": { "alias": "calendars"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CalendarAccountEnum } from '../enums/calendar.account.enum';
|
|
2
|
-
import { ICalendarAccountTheme } from './calendar.account.theme.interface';
|
|
3
|
-
export interface ICalendarAccount {
|
|
4
|
-
_id?: string;
|
|
5
|
-
createdAt?: string;
|
|
6
|
-
title?: string;
|
|
7
|
-
userId?: string;
|
|
8
|
-
type?: CalendarAccountEnum;
|
|
9
|
-
email?: string;
|
|
10
|
-
active?: boolean;
|
|
11
|
-
token?: string;
|
|
12
|
-
selected?: boolean;
|
|
13
|
-
theme?: ICalendarAccountTheme;
|
|
14
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
2
|
-
import { LocationModel } from '@naniteninja/ionic-lib';
|
|
3
|
-
import { EventTypes } from '../enums/event-type.enum';
|
|
4
|
-
import { RecurringTypes } from '../enums/recurring.type.enum';
|
|
5
|
-
export interface IEventForm {
|
|
6
|
-
_id: FormControl<string>;
|
|
7
|
-
accountId: FormControl<string>;
|
|
8
|
-
type: FormControl<EventTypes>;
|
|
9
|
-
email: FormControl<string>;
|
|
10
|
-
title: FormControl<string>;
|
|
11
|
-
allDay: FormControl<boolean>;
|
|
12
|
-
startDate: FormControl<Date>;
|
|
13
|
-
startTime: FormControl<Date>;
|
|
14
|
-
endDate: FormControl<Date>;
|
|
15
|
-
endTime: FormControl<Date>;
|
|
16
|
-
note: FormControl<string>;
|
|
17
|
-
location: FormControl<LocationModel>;
|
|
18
|
-
address: FormControl<string>;
|
|
19
|
-
recurringPattern: FormGroup<{
|
|
20
|
-
type: FormControl<RecurringTypes>;
|
|
21
|
-
}>;
|
|
22
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EditRecurringEventOptions } from '../enums/recurring.edit.options.enum';
|
|
2
|
-
import { IEvent } from './event.interface';
|
|
3
|
-
export interface IEventFormOutput {
|
|
4
|
-
initialFormValue?: IEvent;
|
|
5
|
-
formValue?: IEvent;
|
|
6
|
-
event?: IEvent;
|
|
7
|
-
draggedEvent?: IEvent;
|
|
8
|
-
selectedRecurringOption?: EditRecurringEventOptions;
|
|
9
|
-
recurringTypeChanged?: boolean;
|
|
10
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { LocationModel } from '@naniteninja/ionic-lib';
|
|
2
|
-
import { EventTypes } from '../enums/event-type.enum';
|
|
3
|
-
import { IRecurringPattern } from './recurring.pattern.interface';
|
|
4
|
-
export interface IEvent {
|
|
5
|
-
_id?: string;
|
|
6
|
-
title?: string;
|
|
7
|
-
allDay?: boolean;
|
|
8
|
-
startDate: Date;
|
|
9
|
-
startTime: Date;
|
|
10
|
-
endDate?: Date;
|
|
11
|
-
recurringEndDate?: Date;
|
|
12
|
-
recurringStartDate?: Date;
|
|
13
|
-
endTime?: Date;
|
|
14
|
-
note?: string;
|
|
15
|
-
type?: EventTypes;
|
|
16
|
-
email?: string;
|
|
17
|
-
accountId?: string;
|
|
18
|
-
timeZone?: string;
|
|
19
|
-
location?: LocationModel;
|
|
20
|
-
recurring?: boolean;
|
|
21
|
-
exception?: boolean;
|
|
22
|
-
recurringPattern?: IRecurringPattern;
|
|
23
|
-
link?: string;
|
|
24
|
-
recurringEventId?: string;
|
|
25
|
-
recurringParentEventId?: string;
|
|
26
|
-
updateAll?: boolean;
|
|
27
|
-
updateAllFollowing?: boolean;
|
|
28
|
-
etag?: string;
|
|
29
|
-
recurringInstanceNo?: number;
|
|
30
|
-
zIndex?: number;
|
|
31
|
-
userId?: string;
|
|
32
|
-
address?: string;
|
|
33
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { RecurringTypes } from '../enums/recurring.type.enum';
|
|
2
|
-
export interface IRecurringEvent {
|
|
3
|
-
title: string;
|
|
4
|
-
name?: string;
|
|
5
|
-
translateParams?: {
|
|
6
|
-
day: string;
|
|
7
|
-
};
|
|
8
|
-
subTitle?: string;
|
|
9
|
-
type?: RecurringTypes;
|
|
10
|
-
rrule?: {
|
|
11
|
-
freq: any;
|
|
12
|
-
bymonth?: number;
|
|
13
|
-
bymonthday?: number;
|
|
14
|
-
byweekday?: any;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { LocationModel } from '@naniteninja/ionic-lib';
|
|
2
|
-
export interface IRecurringEventException {
|
|
3
|
-
title?: string;
|
|
4
|
-
allDay?: boolean;
|
|
5
|
-
note?: string;
|
|
6
|
-
location?: LocationModel;
|
|
7
|
-
startDate?: Date;
|
|
8
|
-
endDate?: Date;
|
|
9
|
-
startTime?: Date;
|
|
10
|
-
endTime?: Date;
|
|
11
|
-
recurringStartDate?: Date;
|
|
12
|
-
recurringEndDate?: Date;
|
|
13
|
-
recurringInstanceNo?: number;
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { RecurringTypes } from '../enums/recurring.type.enum';
|
|
2
|
-
import { IRecurringEventException } from './recurring.exception.interface';
|
|
3
|
-
export interface IRecurringPattern {
|
|
4
|
-
type?: RecurringTypes;
|
|
5
|
-
exceptions?: IRecurringEventException[];
|
|
6
|
-
deletions?: IRecurringEventException[];
|
|
7
|
-
updatedEvent?: IRecurringEventException;
|
|
8
|
-
recurringEndDate?: Date;
|
|
9
|
-
daysOfWeek?: string[];
|
|
10
|
-
interval?: number;
|
|
11
|
-
range?: {
|
|
12
|
-
type?: string;
|
|
13
|
-
startDate?: string;
|
|
14
|
-
endDate?: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { IDashboardMatchRequest } from '../../../client-match-overview/interfaces/dashboard-match-request.interface';
|
|
2
|
-
import { ISchedulerEvent } from './scheduler.event.interface';
|
|
3
|
-
import { ISchedulerEventSuggestion } from './scheduler.event.suggestion.interface';
|
|
4
|
-
export interface ISchedulerAction {
|
|
5
|
-
event: ISchedulerEvent;
|
|
6
|
-
index: number;
|
|
7
|
-
suggestion?: ISchedulerEventSuggestion;
|
|
8
|
-
suggestionIndex?: number;
|
|
9
|
-
matchRequest?: IDashboardMatchRequest;
|
|
10
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ImageModel } from '@naniteninja/ionic-lib';
|
|
2
|
-
import { IDashboardMatchRequest } from '../../../client-match-overview/interfaces/dashboard-match-request.interface';
|
|
3
|
-
import { ScheduleDateStatus } from '../enums/schedule-date-status.enum';
|
|
4
|
-
import { ISchedulerEventSuggestion } from './scheduler.event.suggestion.interface';
|
|
5
|
-
export interface ISchedulerEvent {
|
|
6
|
-
_id?: string;
|
|
7
|
-
timeZone?: string;
|
|
8
|
-
start: Date;
|
|
9
|
-
day: string;
|
|
10
|
-
end: Date;
|
|
11
|
-
hours: string;
|
|
12
|
-
allDay?: boolean;
|
|
13
|
-
blocked?: boolean;
|
|
14
|
-
booked?: boolean;
|
|
15
|
-
expanded?: boolean;
|
|
16
|
-
suggestions?: ISchedulerEventSuggestion[];
|
|
17
|
-
index?: number;
|
|
18
|
-
startTime?: string;
|
|
19
|
-
endTime?: string;
|
|
20
|
-
status?: {
|
|
21
|
-
client: ScheduleDateStatus;
|
|
22
|
-
matcher: ScheduleDateStatus;
|
|
23
|
-
};
|
|
24
|
-
images?: ImageModel[];
|
|
25
|
-
matchRequest?: IDashboardMatchRequest;
|
|
26
|
-
}
|
package/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ScheduleDateStatus } from '../enums/schedule-date-status.enum';
|
|
2
|
-
export interface ISchedulerEventSuggestion {
|
|
3
|
-
_id?: string;
|
|
4
|
-
title: string;
|
|
5
|
-
checked?: boolean;
|
|
6
|
-
canceled?: boolean;
|
|
7
|
-
suggestionId?: string;
|
|
8
|
-
prospect?: string;
|
|
9
|
-
status?: {
|
|
10
|
-
client: ScheduleDateStatus;
|
|
11
|
-
matcher: ScheduleDateStatus;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ISchedulerAction } from './interfaces/scheduler.action.interface';
|
|
4
|
-
import { ISchedulerEventDay } from './interfaces/scheduler.event.day.interface';
|
|
5
|
-
import { ISchedulerEvent } from './interfaces/scheduler.event.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class LibSchedulerComponent implements OnInit, OnDestroy {
|
|
8
|
-
private cdr;
|
|
9
|
-
adsTemplate?: TemplateRef<HTMLElement>;
|
|
10
|
-
loading$: Observable<boolean>;
|
|
11
|
-
emptyMessage: string;
|
|
12
|
-
displayBookedStatuses: boolean;
|
|
13
|
-
displayEmptyDays: boolean;
|
|
14
|
-
events$: Observable<ISchedulerEvent[]>;
|
|
15
|
-
startDate: Date;
|
|
16
|
-
endDate: Date;
|
|
17
|
-
default: boolean;
|
|
18
|
-
bookEvent: EventEmitter<ISchedulerAction>;
|
|
19
|
-
removeSuggestion: EventEmitter<ISchedulerAction>;
|
|
20
|
-
eventsDays: ISchedulerEventDay[];
|
|
21
|
-
suggestedCount: number;
|
|
22
|
-
bookedCount: number;
|
|
23
|
-
private componentDestroyed$;
|
|
24
|
-
private events;
|
|
25
|
-
constructor(cdr: ChangeDetectorRef);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
toggleExpand(dayIndex: number, eventIndex: number): void;
|
|
29
|
-
acceptSuggestion(dayIndex: number, eventIndex: number, suggestionIndex: number): void;
|
|
30
|
-
cancelSuggestion(dayIndex: number, eventIndex: number, suggestionIndex: number): void;
|
|
31
|
-
updateSuggestionsCounts(): void;
|
|
32
|
-
private groupEventsByDay;
|
|
33
|
-
private buildEvents;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibSchedulerComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibSchedulerComponent, "lib-scheduler", never, { "adsTemplate": { "alias": "adsTemplate"; "required": false; }; "loading$": { "alias": "loading$"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; "displayBookedStatuses": { "alias": "displayBookedStatuses"; "required": false; }; "displayEmptyDays": { "alias": "displayEmptyDays"; "required": false; }; "events$": { "alias": "events$"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "default": { "alias": "default"; "required": false; }; }, { "bookEvent": "bookEvent"; "removeSuggestion": "removeSuggestion"; }, never, never, true, never>;
|
|
36
|
-
}
|