@naniteninja/dashboard-components-lib 1.0.0 → 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 +181 -191
- package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
- package/index.d.ts +1669 -3
- package/package.json +2 -4
- package/src/assets/auto-delegation-modal/cross.svg +17 -17
- package/src/assets/auto-delegation-modal/menu.svg +3 -3
- package/src/assets/auto-delegation-modal/timer-center-dot.svg +25 -25
- package/src/assets/auto-delegation-modal/user-profile.svg +9 -9
- package/src/assets/circle-progress/circle-progress-1.svg +159 -159
- package/src/assets/circle-progress/circle-progress-2.svg +155 -155
- package/src/assets/circle-progress/circle-progress-3.svg +25 -25
- package/src/assets/circle-progress/circle-progress.svg +159 -159
- package/src/assets/client-match-overview/background-eclipse.svg +13 -13
- package/src/assets/grid/icons/filter-button.svg +47 -47
- package/src/assets/grid/images/chips-background-shadow.svg +34 -34
- package/src/assets/icons/back-v2.svg +14 -14
- package/src/assets/icons/checkbox/checkbox-off.svg +72 -72
- package/src/assets/icons/checkbox/checkbox-on.svg +113 -113
- package/src/assets/icons/checkmark-button.svg +72 -72
- package/src/assets/icons/checkmark.svg +7 -7
- package/src/assets/icons/close-icon.svg +3 -3
- package/src/assets/icons/compose-matcher/notes.svg +4 -4
- package/src/assets/icons/compose-matcher/profile.svg +4 -4
- package/src/assets/icons/compose-matcher/suggest.svg +3 -3
- package/src/assets/icons/compose-matcher/visual.svg +3 -3
- package/src/assets/icons/default-profile.svg +23 -23
- package/src/assets/icons/defualt.svg +5 -5
- package/src/assets/icons/first-page.svg +7 -7
- package/src/assets/icons/incrementer/minus.svg +3 -3
- package/src/assets/icons/incrementer/plus.svg +3 -3
- package/src/assets/icons/info.svg +5 -5
- package/src/assets/icons/last-page.svg +7 -7
- package/src/assets/icons/minus.svg +3 -3
- package/src/assets/icons/next-page.svg +6 -6
- package/src/assets/icons/plus.svg +3 -3
- package/src/assets/icons/popup-defualt.svg +34 -34
- package/src/assets/icons/prev-page.svg +6 -6
- package/src/assets/icons/send-icon.svg +4 -4
- package/src/assets/icons/shake.svg +74 -74
- package/src/assets/icons/thumbs-up.svg +28 -28
- package/src/assets/nsfw/blazeface.bundle.js +1 -1
- package/src/assets/nsfw/model/model.json +4085 -4085
- package/src/assets/nsfw/nsfwjs.bundle.js +1 -1
- package/src/assets/nsfw/tf.bundle.js +1 -1
- package/src/assets/scheduler/accept.svg +3 -3
- package/src/assets/scheduler/accept_active.svg +3 -3
- package/src/assets/scheduler/arrow.svg +13 -13
- package/src/assets/scheduler/cancel.svg +3 -3
- package/src/assets/scheduler/cancel_active.svg +3 -3
- package/src/assets/scheduler/heart.svg +18 -18
- package/src/lib/shared-styles/common/animations.scss +48 -48
- package/src/lib/shared-styles/common/base-input-field.scss +132 -132
- package/src/lib/shared-styles/common/buttons.scss +152 -152
- package/src/lib/shared-styles/common/cards.scss +163 -163
- package/src/lib/shared-styles/common/client-dash.scss +5 -5
- package/src/lib/shared-styles/common/date-picker.scss +179 -179
- package/src/lib/shared-styles/common/draggable-scroll-and-marquee.scss +34 -34
- package/src/lib/shared-styles/common/feedback.scss +157 -157
- package/src/lib/shared-styles/common/fonts.scss +3 -3
- package/src/lib/shared-styles/common/information-card.scss +56 -56
- package/src/lib/shared-styles/common/input.scss +110 -110
- package/src/lib/shared-styles/common/lib-styles-utils.scss +157 -157
- package/src/lib/shared-styles/common/lists.scss +91 -91
- package/src/lib/shared-styles/common/login.scss +32 -32
- package/src/lib/shared-styles/common/maps.scss +10 -10
- package/src/lib/shared-styles/common/matcher-dash.scss +49 -49
- package/src/lib/shared-styles/common/modal_styles.scss +32 -32
- package/src/lib/shared-styles/common/notifications-list.scss +9 -9
- package/src/lib/shared-styles/common/overrides.scss +6 -6
- package/src/lib/shared-styles/common/pulse.scss +26 -26
- package/src/lib/shared-styles/common/swiper.scss +5 -5
- package/src/lib/shared-styles/common/tab-menu.scss +74 -74
- package/src/lib/shared-styles/common/theme.scss +55 -55
- package/src/lib/shared-styles/common/typography.scss +121 -121
- package/src/lib/shared-styles/common/user-menu.scss +129 -129
- package/src/lib/shared-styles/fonts/calistoga.font.scss +6 -6
- package/src/lib/shared-styles/fonts/gilroy.font.scss +160 -160
- package/src/lib/shared-styles/styles.scss +25 -25
- 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 -24
- 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/naniteninja-dashboard-components-lib-1.0.0.tgz +0 -0
- package/public-api.d.ts +0 -121
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M9.26525 0.21847C9.37332 0.152409 9.50241 0.131394 9.62542 0.159834C9.74843 0.188275 9.85581 0.26396 9.92503 0.371012L10.4082 1.11886C10.4713 1.21661 10.4983 1.33385 10.4844 1.44986C10.4706 1.56587 10.4168 1.67318 10.3325 1.75281L10.331 1.75479L10.3242 1.76123L10.2964 1.78747L10.1866 1.89396C9.57903 2.49204 8.98989 3.10911 8.42003 3.74427C7.34788 4.94084 6.07468 6.50687 5.21775 8.02635C4.97863 8.4503 4.39449 8.54143 4.04801 8.17543L0.883308 4.83832C0.837956 4.79048 0.802544 4.73387 0.779177 4.67186C0.755809 4.60985 0.744965 4.54371 0.747286 4.47737C0.749608 4.41102 0.765049 4.34582 0.792692 4.28566C0.820334 4.22549 0.859614 4.17157 0.908197 4.12711L1.86468 3.25148C1.94874 3.17457 2.05652 3.1297 2.16958 3.12455C2.28263 3.1194 2.39394 3.15429 2.48445 3.22325L4.09925 4.45201C6.62125 1.92763 8.05207 0.958893 9.26525 0.21847Z" fill="#EBEBF5" fill-opacity="0.2"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M9.26525 0.21847C9.37332 0.152409 9.50241 0.131394 9.62542 0.159834C9.74843 0.188275 9.85581 0.26396 9.92503 0.371012L10.4082 1.11886C10.4713 1.21661 10.4983 1.33385 10.4844 1.44986C10.4706 1.56587 10.4168 1.67318 10.3325 1.75281L10.331 1.75479L10.3242 1.76123L10.2964 1.78747L10.1866 1.89396C9.57903 2.49204 8.98989 3.10911 8.42003 3.74427C7.34788 4.94084 6.07468 6.50687 5.21775 8.02635C4.97863 8.4503 4.39449 8.54143 4.04801 8.17543L0.883308 4.83832C0.837956 4.79048 0.802544 4.73387 0.779177 4.67186C0.755809 4.60985 0.744965 4.54371 0.747286 4.47737C0.749608 4.41102 0.765049 4.34582 0.792692 4.28566C0.820334 4.22549 0.859614 4.17157 0.908197 4.12711L1.86468 3.25148C1.94874 3.17457 2.05652 3.1297 2.16958 3.12455C2.28263 3.1194 2.39394 3.15429 2.48445 3.22325L4.09925 4.45201C6.62125 1.92763 8.05207 0.958893 9.26525 0.21847Z" fill="#EBEBF5" fill-opacity="0.2"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M9.26525 0.876673C9.37332 0.810612 9.50241 0.789597 9.62542 0.818038C9.74843 0.846478 9.85581 0.922164 9.92503 1.02921L10.4082 1.77707C10.4713 1.87481 10.4983 1.99205 10.4844 2.10806C10.4706 2.22407 10.4168 2.33138 10.3325 2.41101L10.331 2.41299L10.3242 2.41943L10.2964 2.44568L10.1866 2.55216C9.57903 3.15024 8.98989 3.76731 8.42003 4.40248C7.34788 5.59904 6.07468 7.16508 5.21775 8.68455C4.97863 9.1085 4.39449 9.19963 4.04801 8.83363L0.883308 5.49652C0.837956 5.44868 0.802544 5.39207 0.779177 5.33006C0.755809 5.26806 0.744965 5.20191 0.747286 5.13557C0.749608 5.06922 0.765049 5.00403 0.792692 4.94386C0.820334 4.88369 0.859614 4.82977 0.908197 4.78532L1.86468 3.90969C1.94874 3.83278 2.05652 3.78791 2.16958 3.78276C2.28263 3.77761 2.39394 3.8125 2.48445 3.88146L4.09925 5.11021C6.62125 2.58584 8.05207 1.6171 9.26525 0.876673Z" fill="#FE3C72"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M9.26525 0.876673C9.37332 0.810612 9.50241 0.789597 9.62542 0.818038C9.74843 0.846478 9.85581 0.922164 9.92503 1.02921L10.4082 1.77707C10.4713 1.87481 10.4983 1.99205 10.4844 2.10806C10.4706 2.22407 10.4168 2.33138 10.3325 2.41101L10.331 2.41299L10.3242 2.41943L10.2964 2.44568L10.1866 2.55216C9.57903 3.15024 8.98989 3.76731 8.42003 4.40248C7.34788 5.59904 6.07468 7.16508 5.21775 8.68455C4.97863 9.1085 4.39449 9.19963 4.04801 8.83363L0.883308 5.49652C0.837956 5.44868 0.802544 5.39207 0.779177 5.33006C0.755809 5.26806 0.744965 5.20191 0.747286 5.13557C0.749608 5.06922 0.765049 5.00403 0.792692 4.94386C0.820334 4.88369 0.859614 4.82977 0.908197 4.78532L1.86468 3.90969C1.94874 3.83278 2.05652 3.78791 2.16958 3.78276C2.28263 3.77761 2.39394 3.8125 2.48445 3.88146L4.09925 5.11021C6.62125 2.58584 8.05207 1.6171 9.26525 0.876673Z" fill="#FE3C72"/>
|
|
3
|
+
</svg>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.44344 0.936192C1.72488 0.65427 2.18119 0.65427 2.46263 0.936192L6.99777 5.47907L11.5329 0.936191C11.8144 0.654269 12.2707 0.654269 12.5521 0.936191C12.8335 1.21811 12.8335 1.6752 12.5521 1.95712L7.50737 7.01047C7.22593 7.29239 6.76962 7.29239 6.48818 7.01047L1.44344 1.95712C1.162 1.6752 1.162 1.21811 1.44344 0.936192Z" fill="url(#paint0_linear_1414_489)" fill-opacity="0.6" stroke="url(#paint1_linear_1414_489)" stroke-opacity="0.6" stroke-width="0.721906" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<defs>
|
|
4
|
-
<linearGradient id="paint0_linear_1414_489" x1="1.95304" y1="3.97333" x2="12.0425" y2="3.97333" gradientUnits="userSpaceOnUse">
|
|
5
|
-
<stop offset="0.574653" stop-color="#FE3C72"/>
|
|
6
|
-
<stop offset="1" stop-color="#DEA9FF"/>
|
|
7
|
-
</linearGradient>
|
|
8
|
-
<linearGradient id="paint1_linear_1414_489" x1="1.23236" y1="3.97333" x2="12.7632" y2="3.97333" gradientUnits="userSpaceOnUse">
|
|
9
|
-
<stop offset="0.574653" stop-color="#FE3C72"/>
|
|
10
|
-
<stop offset="1" stop-color="#DEA9FF"/>
|
|
11
|
-
</linearGradient>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.44344 0.936192C1.72488 0.65427 2.18119 0.65427 2.46263 0.936192L6.99777 5.47907L11.5329 0.936191C11.8144 0.654269 12.2707 0.654269 12.5521 0.936191C12.8335 1.21811 12.8335 1.6752 12.5521 1.95712L7.50737 7.01047C7.22593 7.29239 6.76962 7.29239 6.48818 7.01047L1.44344 1.95712C1.162 1.6752 1.162 1.21811 1.44344 0.936192Z" fill="url(#paint0_linear_1414_489)" fill-opacity="0.6" stroke="url(#paint1_linear_1414_489)" stroke-opacity="0.6" stroke-width="0.721906" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_1414_489" x1="1.95304" y1="3.97333" x2="12.0425" y2="3.97333" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop offset="0.574653" stop-color="#FE3C72"/>
|
|
6
|
+
<stop offset="1" stop-color="#DEA9FF"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
<linearGradient id="paint1_linear_1414_489" x1="1.23236" y1="3.97333" x2="12.7632" y2="3.97333" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop offset="0.574653" stop-color="#FE3C72"/>
|
|
10
|
+
<stop offset="1" stop-color="#DEA9FF"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.358 8.6128L8.71702 3.24464M8.81786 8.71513L3.25788 3.14566" stroke="#EBEBF5" stroke-opacity="0.2" stroke-width="1.47229" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.358 8.6128L8.71702 3.24464M8.81786 8.71513L3.25788 3.14566" stroke="#EBEBF5" stroke-opacity="0.2" stroke-width="1.47229" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M3.358 8.6128L8.71702 3.24464M8.81786 8.71513L3.25788 3.14566" stroke="#FE3C72" stroke-width="1.47229" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.358 8.6128L8.71702 3.24464M8.81786 8.71513L3.25788 3.14566" stroke="#FE3C72" stroke-width="1.47229" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g filter="url(#filter0_d_484_10774)">
|
|
3
|
-
<path d="M9.47122 2.15614C9.47122 2.15614 9.47122 2.15614 9.85122 1.65614C10.2912 1.07614 10.9412 0.656136 11.7212 0.656136C12.9662 0.656136 13.9712 1.66114 13.9712 2.90614C13.9712 3.37114 13.8312 3.80114 13.5912 4.15614C13.1862 4.76114 9.47122 8.65614 9.47122 8.65614C9.47122 8.65614 5.75622 4.76114 5.35122 4.15614C5.11122 3.80114 4.97122 3.37114 4.97122 2.90614C4.97122 1.66114 5.97622 0.656136 7.22122 0.656136C8.00122 0.656136 8.65622 1.07614 9.09122 1.65614C9.47122 2.15614 9.47122 2.15614 9.47122 2.15614Z" fill="#F95D84"/>
|
|
4
|
-
<path d="M9.47122 2.15614C9.47122 2.15614 9.47122 2.15614 9.09122 1.65614C8.65122 1.07614 8.00122 0.656136 7.22122 0.656136C5.97622 0.656136 4.97122 1.66114 4.97122 2.90614C4.97122 3.37114 5.11122 3.80114 5.35122 4.15614C5.75622 4.76114 9.47122 8.65614 9.47122 8.65614M9.47122 2.15614C9.47122 2.15614 9.47122 2.15614 9.85122 1.65614C10.2912 1.07614 10.9412 0.656136 11.7212 0.656136C12.9662 0.656136 13.9712 1.66114 13.9712 2.90614C13.9712 3.37114 13.8312 3.80114 13.5912 4.15614C13.1862 4.76114 9.47122 8.65614 9.47122 8.65614" stroke="#F95D84" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<filter id="filter0_d_484_10774" x="0.471222" y="0.156136" width="18" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
8
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
9
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
-
<feOffset dy="4"/>
|
|
11
|
-
<feGaussianBlur stdDeviation="2"/>
|
|
12
|
-
<feComposite in2="hardAlpha" operator="out"/>
|
|
13
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
14
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_484_10774"/>
|
|
15
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_484_10774" result="shape"/>
|
|
16
|
-
</filter>
|
|
17
|
-
</defs>
|
|
18
|
-
</svg>
|
|
1
|
+
<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_d_484_10774)">
|
|
3
|
+
<path d="M9.47122 2.15614C9.47122 2.15614 9.47122 2.15614 9.85122 1.65614C10.2912 1.07614 10.9412 0.656136 11.7212 0.656136C12.9662 0.656136 13.9712 1.66114 13.9712 2.90614C13.9712 3.37114 13.8312 3.80114 13.5912 4.15614C13.1862 4.76114 9.47122 8.65614 9.47122 8.65614C9.47122 8.65614 5.75622 4.76114 5.35122 4.15614C5.11122 3.80114 4.97122 3.37114 4.97122 2.90614C4.97122 1.66114 5.97622 0.656136 7.22122 0.656136C8.00122 0.656136 8.65622 1.07614 9.09122 1.65614C9.47122 2.15614 9.47122 2.15614 9.47122 2.15614Z" fill="#F95D84"/>
|
|
4
|
+
<path d="M9.47122 2.15614C9.47122 2.15614 9.47122 2.15614 9.09122 1.65614C8.65122 1.07614 8.00122 0.656136 7.22122 0.656136C5.97622 0.656136 4.97122 1.66114 4.97122 2.90614C4.97122 3.37114 5.11122 3.80114 5.35122 4.15614C5.75622 4.76114 9.47122 8.65614 9.47122 8.65614M9.47122 2.15614C9.47122 2.15614 9.47122 2.15614 9.85122 1.65614C10.2912 1.07614 10.9412 0.656136 11.7212 0.656136C12.9662 0.656136 13.9712 1.66114 13.9712 2.90614C13.9712 3.37114 13.8312 3.80114 13.5912 4.15614C13.1862 4.76114 9.47122 8.65614 9.47122 8.65614" stroke="#F95D84" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<filter id="filter0_d_484_10774" x="0.471222" y="0.156136" width="18" height="17" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
8
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
9
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
+
<feOffset dy="4"/>
|
|
11
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
12
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
14
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_484_10774"/>
|
|
15
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_484_10774" result="shape"/>
|
|
16
|
+
</filter>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
// --------------- zoom-in & out --------------
|
|
2
|
-
.zoom-in {
|
|
3
|
-
animation: fadeZoomIn 0.5s ease-in-out;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.zoom-out {
|
|
7
|
-
animation: fadeZoomOut 0.5s ease-in-out;
|
|
8
|
-
&.collapse {
|
|
9
|
-
display: none !important;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@keyframes fadeZoomOut {
|
|
14
|
-
from {
|
|
15
|
-
opacity: 1;
|
|
16
|
-
transform: scale(1);
|
|
17
|
-
}
|
|
18
|
-
to {
|
|
19
|
-
opacity: 0;
|
|
20
|
-
transform: scale(0);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@keyframes fadeZoomIn {
|
|
25
|
-
from {
|
|
26
|
-
opacity: 0;
|
|
27
|
-
transform: scale(0.5);
|
|
28
|
-
}
|
|
29
|
-
to {
|
|
30
|
-
opacity: 1;
|
|
31
|
-
transform: scale(1);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// --------------- hide & show --------------
|
|
37
|
-
.hide {
|
|
38
|
-
max-height: 0;
|
|
39
|
-
overflow: hidden;
|
|
40
|
-
opacity: 0;
|
|
41
|
-
transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.show {
|
|
45
|
-
max-height: 200px; /* Adjust this value based on content */
|
|
46
|
-
opacity: 1;
|
|
47
|
-
transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
|
|
48
|
-
}
|
|
1
|
+
// --------------- zoom-in & out --------------
|
|
2
|
+
.zoom-in {
|
|
3
|
+
animation: fadeZoomIn 0.5s ease-in-out;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.zoom-out {
|
|
7
|
+
animation: fadeZoomOut 0.5s ease-in-out;
|
|
8
|
+
&.collapse {
|
|
9
|
+
display: none !important;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@keyframes fadeZoomOut {
|
|
14
|
+
from {
|
|
15
|
+
opacity: 1;
|
|
16
|
+
transform: scale(1);
|
|
17
|
+
}
|
|
18
|
+
to {
|
|
19
|
+
opacity: 0;
|
|
20
|
+
transform: scale(0);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@keyframes fadeZoomIn {
|
|
25
|
+
from {
|
|
26
|
+
opacity: 0;
|
|
27
|
+
transform: scale(0.5);
|
|
28
|
+
}
|
|
29
|
+
to {
|
|
30
|
+
opacity: 1;
|
|
31
|
+
transform: scale(1);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// --------------- hide & show --------------
|
|
37
|
+
.hide {
|
|
38
|
+
max-height: 0;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
opacity: 0;
|
|
41
|
+
transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.show {
|
|
45
|
+
max-height: 200px; /* Adjust this value based on content */
|
|
46
|
+
opacity: 1;
|
|
47
|
+
transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
|
|
48
|
+
}
|
|
@@ -1,132 +1,132 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
--border-radius: 100px;
|
|
3
|
-
--input-field-margin: 0;
|
|
4
|
-
--label-font-size-floated: 11.0084px;
|
|
5
|
-
--label-color: rgba(255, 255, 255, 0.5);
|
|
6
|
-
--label-position-left: 7px;
|
|
7
|
-
--label-position-top: 19px;
|
|
8
|
-
--label-float-position-top: -3px;
|
|
9
|
-
--label-padding: 0px 7px;
|
|
10
|
-
--label-font-family: 'Gilroy-Regular', serif;
|
|
11
|
-
--label-font-style: normal;
|
|
12
|
-
--label-font-weight: 400;
|
|
13
|
-
--label-font-size: 14px;
|
|
14
|
-
--label-line-height: 160%;
|
|
15
|
-
--input-font-color: rgba(255, 255, 255, 0.5);
|
|
16
|
-
--input-font-family: 'Gilroy-Regular', serif;
|
|
17
|
-
--input-font-size: 16px;
|
|
18
|
-
--input-icon-color: #fe3c72;
|
|
19
|
-
--input-height: 48px;
|
|
20
|
-
--input-width: 100%;
|
|
21
|
-
--input-border: none;
|
|
22
|
-
--input-padding: 11px 15px;
|
|
23
|
-
--input-field-box-shadow: inset 17px 22px 20px 2.5px rgba(17, 16, 20, 0.7), inset -2px -2px 8px rgba(203, 199, 209, 0.5);
|
|
24
|
-
--border: 3px solid #fe3c72;
|
|
25
|
-
--input-number-filed-font: 'Open Sans', sans-serif;
|
|
26
|
-
--dropdown-background: linear-gradient(191.18deg, #27242c 61.33%, #0c0b0e 101.43%);
|
|
27
|
-
--input-field-color: #fff;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
:host {
|
|
31
|
-
&.ng-touched.ng-invalid > .content-wrapper:not(.isFocused) > .error-outline {
|
|
32
|
-
display: block;
|
|
33
|
-
}
|
|
34
|
-
&.ng-touched.ng-invalid > .content-wrapper:not(.isFocused) > .p-float-label {
|
|
35
|
-
position: relative;
|
|
36
|
-
z-index: 1;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.content-wrapper {
|
|
41
|
-
position: relative;
|
|
42
|
-
display: flex;
|
|
43
|
-
overflow: unset;
|
|
44
|
-
margin: var(--input-field-margin);
|
|
45
|
-
border-radius: var(--border-radius);
|
|
46
|
-
height: var(--input-height);
|
|
47
|
-
&.isDisabled {
|
|
48
|
-
opacity: 0.5;
|
|
49
|
-
cursor: not-allowed;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.input-field-label {
|
|
54
|
-
color: var(--label-color);
|
|
55
|
-
position: absolute;
|
|
56
|
-
pointer-events: none;
|
|
57
|
-
left: var(--label-position-left, 7px);
|
|
58
|
-
top: var(--label-position-top, 24px);
|
|
59
|
-
padding: var(--label-padding, 0px 7px);
|
|
60
|
-
transition: 0.2s ease all;
|
|
61
|
-
-moz-transition: 0.2s ease all;
|
|
62
|
-
-webkit-transition: 0.2s ease all;
|
|
63
|
-
font-family: var(--label-font-family, 'Gilroy-Regular', serif);
|
|
64
|
-
font-style: var(--label-font-style);
|
|
65
|
-
font-weight: var(--label-font-weight);
|
|
66
|
-
font-size: var(--label-font-size);
|
|
67
|
-
line-height: var(--label-line-height);
|
|
68
|
-
z-index: 2;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.p-float-label,
|
|
72
|
-
.input-field,
|
|
73
|
-
.input-field-readonly {
|
|
74
|
-
position: relative;
|
|
75
|
-
color: var(--input-field-color);
|
|
76
|
-
box-sizing: border-box;
|
|
77
|
-
font-family: var(--input-font-family);
|
|
78
|
-
font-size: var(--input-font-size);
|
|
79
|
-
height: var(--input-height);
|
|
80
|
-
width: var(--input-width);
|
|
81
|
-
border: var(--input-border);
|
|
82
|
-
border-radius: var(--border-radius);
|
|
83
|
-
padding: var(--input-padding);
|
|
84
|
-
margin: unset;
|
|
85
|
-
appearance: none;
|
|
86
|
-
-webkit-appearance: none;
|
|
87
|
-
box-shadow: var(--input-field-box-shadow);
|
|
88
|
-
-webkit-box-shadow: var(--input-field-box-shadow);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.input-field,
|
|
92
|
-
.p-calendar .p-inputtext,
|
|
93
|
-
.p-autocomplete .p-inputtext {
|
|
94
|
-
&:focus {
|
|
95
|
-
outline: none;
|
|
96
|
-
~ .input-field-label {
|
|
97
|
-
top: var(--label-float-position-top);
|
|
98
|
-
font-size: var(--label-font-size-floated);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.error-outline {
|
|
104
|
-
position: absolute;
|
|
105
|
-
top: 0;
|
|
106
|
-
left: 0;
|
|
107
|
-
width: 100%;
|
|
108
|
-
height: 100%;
|
|
109
|
-
pointer-events: none;
|
|
110
|
-
border: var(--border);
|
|
111
|
-
border-radius: var(--border-radius);
|
|
112
|
-
transform: matrix(1, 0, 0, -1, 0, 0);
|
|
113
|
-
display: none;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.input-field-label-float {
|
|
117
|
-
top: var(--label-float-position-top);
|
|
118
|
-
font-size: var(--label-font-size-floated);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.p-float-label input:focus ~ label,
|
|
122
|
-
.p-float-label input.p-filled ~ label,
|
|
123
|
-
.p-float-label textarea:focus ~ label,
|
|
124
|
-
.p-float-label textarea.p-filled ~ label,
|
|
125
|
-
.p-float-label .p-inputwrapper-focus ~ label,
|
|
126
|
-
.p-float-label .p-inputwrapper-filled ~ label {
|
|
127
|
-
top: -0.1rem;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.spacer {
|
|
131
|
-
flex: 1 1 auto;
|
|
132
|
-
}
|
|
1
|
+
:host {
|
|
2
|
+
--border-radius: 100px;
|
|
3
|
+
--input-field-margin: 0;
|
|
4
|
+
--label-font-size-floated: 11.0084px;
|
|
5
|
+
--label-color: rgba(255, 255, 255, 0.5);
|
|
6
|
+
--label-position-left: 7px;
|
|
7
|
+
--label-position-top: 19px;
|
|
8
|
+
--label-float-position-top: -3px;
|
|
9
|
+
--label-padding: 0px 7px;
|
|
10
|
+
--label-font-family: 'Gilroy-Regular', serif;
|
|
11
|
+
--label-font-style: normal;
|
|
12
|
+
--label-font-weight: 400;
|
|
13
|
+
--label-font-size: 14px;
|
|
14
|
+
--label-line-height: 160%;
|
|
15
|
+
--input-font-color: rgba(255, 255, 255, 0.5);
|
|
16
|
+
--input-font-family: 'Gilroy-Regular', serif;
|
|
17
|
+
--input-font-size: 16px;
|
|
18
|
+
--input-icon-color: #fe3c72;
|
|
19
|
+
--input-height: 48px;
|
|
20
|
+
--input-width: 100%;
|
|
21
|
+
--input-border: none;
|
|
22
|
+
--input-padding: 11px 15px;
|
|
23
|
+
--input-field-box-shadow: inset 17px 22px 20px 2.5px rgba(17, 16, 20, 0.7), inset -2px -2px 8px rgba(203, 199, 209, 0.5);
|
|
24
|
+
--border: 3px solid #fe3c72;
|
|
25
|
+
--input-number-filed-font: 'Open Sans', sans-serif;
|
|
26
|
+
--dropdown-background: linear-gradient(191.18deg, #27242c 61.33%, #0c0b0e 101.43%);
|
|
27
|
+
--input-field-color: #fff;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:host {
|
|
31
|
+
&.ng-touched.ng-invalid > .content-wrapper:not(.isFocused) > .error-outline {
|
|
32
|
+
display: block;
|
|
33
|
+
}
|
|
34
|
+
&.ng-touched.ng-invalid > .content-wrapper:not(.isFocused) > .p-float-label {
|
|
35
|
+
position: relative;
|
|
36
|
+
z-index: 1;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.content-wrapper {
|
|
41
|
+
position: relative;
|
|
42
|
+
display: flex;
|
|
43
|
+
overflow: unset;
|
|
44
|
+
margin: var(--input-field-margin);
|
|
45
|
+
border-radius: var(--border-radius);
|
|
46
|
+
height: var(--input-height);
|
|
47
|
+
&.isDisabled {
|
|
48
|
+
opacity: 0.5;
|
|
49
|
+
cursor: not-allowed;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.input-field-label {
|
|
54
|
+
color: var(--label-color);
|
|
55
|
+
position: absolute;
|
|
56
|
+
pointer-events: none;
|
|
57
|
+
left: var(--label-position-left, 7px);
|
|
58
|
+
top: var(--label-position-top, 24px);
|
|
59
|
+
padding: var(--label-padding, 0px 7px);
|
|
60
|
+
transition: 0.2s ease all;
|
|
61
|
+
-moz-transition: 0.2s ease all;
|
|
62
|
+
-webkit-transition: 0.2s ease all;
|
|
63
|
+
font-family: var(--label-font-family, 'Gilroy-Regular', serif);
|
|
64
|
+
font-style: var(--label-font-style);
|
|
65
|
+
font-weight: var(--label-font-weight);
|
|
66
|
+
font-size: var(--label-font-size);
|
|
67
|
+
line-height: var(--label-line-height);
|
|
68
|
+
z-index: 2;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.p-float-label,
|
|
72
|
+
.input-field,
|
|
73
|
+
.input-field-readonly {
|
|
74
|
+
position: relative;
|
|
75
|
+
color: var(--input-field-color);
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
font-family: var(--input-font-family);
|
|
78
|
+
font-size: var(--input-font-size);
|
|
79
|
+
height: var(--input-height);
|
|
80
|
+
width: var(--input-width);
|
|
81
|
+
border: var(--input-border);
|
|
82
|
+
border-radius: var(--border-radius);
|
|
83
|
+
padding: var(--input-padding);
|
|
84
|
+
margin: unset;
|
|
85
|
+
appearance: none;
|
|
86
|
+
-webkit-appearance: none;
|
|
87
|
+
box-shadow: var(--input-field-box-shadow);
|
|
88
|
+
-webkit-box-shadow: var(--input-field-box-shadow);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.input-field,
|
|
92
|
+
.p-calendar .p-inputtext,
|
|
93
|
+
.p-autocomplete .p-inputtext {
|
|
94
|
+
&:focus {
|
|
95
|
+
outline: none;
|
|
96
|
+
~ .input-field-label {
|
|
97
|
+
top: var(--label-float-position-top);
|
|
98
|
+
font-size: var(--label-font-size-floated);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.error-outline {
|
|
104
|
+
position: absolute;
|
|
105
|
+
top: 0;
|
|
106
|
+
left: 0;
|
|
107
|
+
width: 100%;
|
|
108
|
+
height: 100%;
|
|
109
|
+
pointer-events: none;
|
|
110
|
+
border: var(--border);
|
|
111
|
+
border-radius: var(--border-radius);
|
|
112
|
+
transform: matrix(1, 0, 0, -1, 0, 0);
|
|
113
|
+
display: none;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.input-field-label-float {
|
|
117
|
+
top: var(--label-float-position-top);
|
|
118
|
+
font-size: var(--label-font-size-floated);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.p-float-label input:focus ~ label,
|
|
122
|
+
.p-float-label input.p-filled ~ label,
|
|
123
|
+
.p-float-label textarea:focus ~ label,
|
|
124
|
+
.p-float-label textarea.p-filled ~ label,
|
|
125
|
+
.p-float-label .p-inputwrapper-focus ~ label,
|
|
126
|
+
.p-float-label .p-inputwrapper-filled ~ label {
|
|
127
|
+
top: -0.1rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.spacer {
|
|
131
|
+
flex: 1 1 auto;
|
|
132
|
+
}
|