@mindly/ui-components 6.11.1-dev.1 → 7.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/dist/cjs/index.js +8 -8
- package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.d.ts +2 -1
- package/dist/cjs/lib/Chat/ChatMessage/ChatMessage.d.ts +2 -1
- package/dist/cjs/lib/Chat/utils.d.ts +2 -1
- package/dist/cjs/lib/Consultations/CancelSession/CancelSession.d.ts +2 -1
- package/dist/cjs/lib/Consultations/ConsultationCard/types.d.ts +2 -1
- package/dist/cjs/lib/Consultations/ConsultationModal/ConsultationModal.d.ts +2 -1
- package/dist/cjs/lib/Consultations/ReSchedule/ReSchedule.d.ts +2 -1
- package/dist/cjs/lib/Consultations/ReScheduleSuccess/ReScheduleSuccess.d.ts +2 -1
- package/dist/cjs/lib/DaySlider/DaySlider.d.ts +2 -1
- package/dist/cjs/lib/DaySlider/utils.d.ts +2 -1
- package/dist/cjs/lib/SpecialistCard/SpecialistCard.d.ts +2 -1
- package/dist/cjs/lib/VideoCallInfo/VideoCallInfo.d.ts +2 -1
- package/dist/cjs/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +2 -2
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +2 -1
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature_Euro.d.ts +4 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature_Usd.d.ts +4 -0
- package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +2 -2
- package/dist/cjs/lib2/features/FilterFeature/FilterRangeFeature.d.ts +2 -1
- package/dist/cjs/lib2/features/FilterFeature/types.d.ts +2 -0
- package/dist/cjs/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +2 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +2 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +2 -2
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -2
- package/dist/cjs/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ScheduleFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/ScheduleFeature/types.d.ts +11 -0
- package/dist/cjs/lib2/features/SessionPreviewFeature/types.d.ts +2 -2
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +2 -1
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +2 -2
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard_Euro.d.ts +9 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard_Usd.d.ts +9 -0
- package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +2 -2
- package/dist/cjs/lib2/features/SpecialistScheduleFeature/types.d.ts +2 -2
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +2 -2
- package/dist/cjs/lib2/shared/hooks/useCalendarData.d.ts +2 -1
- package/dist/cjs/lib2/shared/hooks/useSpecialistPayments.d.ts +2 -1
- package/dist/cjs/lib2/shared/types/common.d.ts +30 -6
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +3 -3
- package/dist/cjs/lib2/shared/types/specialistPaymentTypes.d.ts +7 -6
- package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +2 -2
- package/dist/cjs/lib2/shared/ui/Avatar_v2/UserDefaultIcon.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/Calendar/CalendarCell.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Calendar/types.d.ts +2 -1
- package/dist/cjs/lib2/shared/ui/Calendar/utils/getWeekDayNames.d.ts +2 -1
- package/dist/cjs/lib2/shared/utils/format.d.ts +3 -2
- package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/payoutPriceNormalizer.d.ts +11 -0
- package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +2 -2
- package/dist/cjs/lib2/shared/utils/session.d.ts +2 -2
- package/dist/cjs/lib2/widgets/FiltersWidget/types.d.ts +2 -1
- package/dist/cjs/lib2/widgets/SessionDetailWidget/types.d.ts +2 -2
- package/dist/cjs/lib2/widgets/SessionsListWidget/types.d.ts +2 -2
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +2 -1
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +2 -1
- package/dist/esm/index.js +8 -8
- package/dist/esm/lib/Chat/ChatListItem/ChatListItem.d.ts +2 -1
- package/dist/esm/lib/Chat/ChatMessage/ChatMessage.d.ts +2 -1
- package/dist/esm/lib/Chat/utils.d.ts +2 -1
- package/dist/esm/lib/Consultations/CancelSession/CancelSession.d.ts +2 -1
- package/dist/esm/lib/Consultations/ConsultationCard/types.d.ts +2 -1
- package/dist/esm/lib/Consultations/ConsultationModal/ConsultationModal.d.ts +2 -1
- package/dist/esm/lib/Consultations/ReSchedule/ReSchedule.d.ts +2 -1
- package/dist/esm/lib/Consultations/ReScheduleSuccess/ReScheduleSuccess.d.ts +2 -1
- package/dist/esm/lib/DaySlider/DaySlider.d.ts +2 -1
- package/dist/esm/lib/DaySlider/utils.d.ts +2 -1
- package/dist/esm/lib/SpecialistCard/SpecialistCard.d.ts +2 -1
- package/dist/esm/lib/VideoCallInfo/VideoCallInfo.d.ts +2 -1
- package/dist/esm/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +2 -2
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +2 -1
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature_Euro.d.ts +4 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature_Usd.d.ts +4 -0
- package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +2 -2
- package/dist/esm/lib2/features/FilterFeature/FilterRangeFeature.d.ts +2 -1
- package/dist/esm/lib2/features/FilterFeature/types.d.ts +2 -0
- package/dist/esm/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +2 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +2 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +2 -2
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -2
- package/dist/esm/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ScheduleFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/ScheduleFeature/types.d.ts +11 -0
- package/dist/esm/lib2/features/SessionPreviewFeature/types.d.ts +2 -2
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +2 -1
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +2 -2
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard_Euro.d.ts +9 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard_Usd.d.ts +9 -0
- package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +2 -2
- package/dist/esm/lib2/features/SpecialistScheduleFeature/types.d.ts +2 -2
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +2 -2
- package/dist/esm/lib2/shared/hooks/useCalendarData.d.ts +2 -1
- package/dist/esm/lib2/shared/hooks/useSpecialistPayments.d.ts +2 -1
- package/dist/esm/lib2/shared/types/common.d.ts +30 -6
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +3 -3
- package/dist/esm/lib2/shared/types/specialistPaymentTypes.d.ts +7 -6
- package/dist/esm/lib2/shared/types/specialistTypes.d.ts +2 -2
- package/dist/esm/lib2/shared/ui/Avatar_v2/UserDefaultIcon.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/Calendar/CalendarCell.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Calendar/types.d.ts +2 -1
- package/dist/esm/lib2/shared/ui/Calendar/utils/getWeekDayNames.d.ts +2 -1
- package/dist/esm/lib2/shared/utils/format.d.ts +3 -2
- package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/payoutPriceNormalizer.d.ts +11 -0
- package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +2 -2
- package/dist/esm/lib2/shared/utils/session.d.ts +2 -2
- package/dist/esm/lib2/widgets/FiltersWidget/types.d.ts +2 -1
- package/dist/esm/lib2/widgets/SessionDetailWidget/types.d.ts +2 -2
- package/dist/esm/lib2/widgets/SessionsListWidget/types.d.ts +2 -2
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +2 -1
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +2 -1
- package/dist/index.d.ts +1095 -1053
- package/package.json +1 -1
- package/dist/cjs/b7649e1531c181af.svg +0 -69
- package/dist/cjs/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
- package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
- package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
- package/dist/cjs/deprecated/SpecialistEducationCard/index.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
- package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
- package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
- package/dist/cjs/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
- package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
- package/dist/cjs/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
- package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
- package/dist/cjs/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
- package/dist/cjs/deprecated/therapist-card/TherapistCard.d.ts +0 -16
- package/dist/cjs/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
- package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
- package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
- package/dist/cjs/lib/ChangeLangModal/index.d.ts +0 -2
- package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
- package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
- package/dist/cjs/lib/Chat/LouseConnect/index.d.ts +0 -1
- package/dist/cjs/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
- package/dist/cjs/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
- package/dist/cjs/lib/EntryNotFound/index.d.ts +0 -1
- package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
- package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
- package/dist/cjs/lib/HorisontalCalendar/index.d.ts +0 -1
- package/dist/cjs/lib/Modal/Modal.d.ts +0 -8
- package/dist/cjs/lib/Modal/Modal.style.d.ts +0 -6
- package/dist/cjs/lib/Modal/index.d.ts +0 -1
- package/dist/cjs/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
- package/dist/cjs/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
- package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
- package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
- package/dist/cjs/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
- package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
- package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
- package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
- package/dist/cjs/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
- package/dist/cjs/lib/SelectImpressionEmoji/index.d.ts +0 -4
- package/dist/cjs/lib/StatusTag/StatusTag.d.ts +0 -7
- package/dist/cjs/lib/StatusTag/StatusTag.style.d.ts +0 -6
- package/dist/cjs/lib/StatusTag/index.d.ts +0 -1
- package/dist/cjs/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
- package/dist/cjs/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
- package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
- package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
- package/dist/cjs/lib/content-card/ContentCard.d.ts +0 -15
- package/dist/cjs/lib/content-card/ContentCard.style.d.ts +0 -11
- package/dist/cjs/lib/floating-button/FloatingButton.d.ts +0 -8
- package/dist/cjs/lib/floating-button/FloatingButton.style.d.ts +0 -6
- package/dist/cjs/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
- package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
- package/dist/cjs/lib/footer-for-booking/index.d.ts +0 -1
- package/dist/cjs/lib/list-button/ListButton.d.ts +0 -9
- package/dist/cjs/lib/list-button/ListButton.style.d.ts +0 -2
- package/dist/cjs/lib/navigation-bar/NavigationBar.d.ts +0 -8
- package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
- package/dist/cjs/lib/notes-card-text/NotesCardText.d.ts +0 -6
- package/dist/cjs/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
- package/dist/cjs/lib/notes-card-text/index.d.ts +0 -1
- package/dist/cjs/lib/notes-editor/NotesEditor.d.ts +0 -5
- package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
- package/dist/cjs/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
- package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
- package/dist/cjs/lib/tab-bar/TabBar.d.ts +0 -6
- package/dist/cjs/lib/tab-bar/TabBar.style.d.ts +0 -5
- package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
- package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
- package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
- package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
- package/dist/esm/b7649e1531c181af.svg +0 -69
- package/dist/esm/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
- package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
- package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
- package/dist/esm/deprecated/SpecialistEducationCard/index.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
- package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
- package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
- package/dist/esm/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
- package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
- package/dist/esm/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
- package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
- package/dist/esm/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
- package/dist/esm/deprecated/therapist-card/TherapistCard.d.ts +0 -16
- package/dist/esm/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
- package/dist/esm/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
- package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
- package/dist/esm/lib/ChangeLangModal/index.d.ts +0 -2
- package/dist/esm/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
- package/dist/esm/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
- package/dist/esm/lib/Chat/LouseConnect/index.d.ts +0 -1
- package/dist/esm/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
- package/dist/esm/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
- package/dist/esm/lib/EntryNotFound/index.d.ts +0 -1
- package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
- package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
- package/dist/esm/lib/HorisontalCalendar/index.d.ts +0 -1
- package/dist/esm/lib/Modal/Modal.d.ts +0 -8
- package/dist/esm/lib/Modal/Modal.style.d.ts +0 -6
- package/dist/esm/lib/Modal/index.d.ts +0 -1
- package/dist/esm/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
- package/dist/esm/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
- package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
- package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
- package/dist/esm/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
- package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
- package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
- package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
- package/dist/esm/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
- package/dist/esm/lib/SelectImpressionEmoji/index.d.ts +0 -4
- package/dist/esm/lib/StatusTag/StatusTag.d.ts +0 -7
- package/dist/esm/lib/StatusTag/StatusTag.style.d.ts +0 -6
- package/dist/esm/lib/StatusTag/index.d.ts +0 -1
- package/dist/esm/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
- package/dist/esm/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
- package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
- package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
- package/dist/esm/lib/content-card/ContentCard.d.ts +0 -15
- package/dist/esm/lib/content-card/ContentCard.style.d.ts +0 -11
- package/dist/esm/lib/floating-button/FloatingButton.d.ts +0 -8
- package/dist/esm/lib/floating-button/FloatingButton.style.d.ts +0 -6
- package/dist/esm/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
- package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
- package/dist/esm/lib/footer-for-booking/index.d.ts +0 -1
- package/dist/esm/lib/list-button/ListButton.d.ts +0 -9
- package/dist/esm/lib/list-button/ListButton.style.d.ts +0 -2
- package/dist/esm/lib/navigation-bar/NavigationBar.d.ts +0 -8
- package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
- package/dist/esm/lib/notes-card-text/NotesCardText.d.ts +0 -6
- package/dist/esm/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
- package/dist/esm/lib/notes-card-text/index.d.ts +0 -1
- package/dist/esm/lib/notes-editor/NotesEditor.d.ts +0 -5
- package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
- package/dist/esm/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
- package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
- package/dist/esm/lib/tab-bar/TabBar.d.ts +0 -6
- package/dist/esm/lib/tab-bar/TabBar.style.d.ts +0 -5
- package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
- package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
- package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
- package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { CSSProperties, FC, HTMLAttributes,
|
|
3
|
+
import React__default, { CSSProperties, FC, HTMLAttributes, SVGAttributes, KeyboardEvent, InputHTMLAttributes, KeyboardEventHandler, RefObject, EffectCallback, DependencyList, SVGProps, PropsWithChildren, ReactNode, RefAttributes, ReactText, ReactElement, ChangeEvent } from 'react';
|
|
4
4
|
import { WithTranslation } from 'react-i18next';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { JSX as JSX$1 } from '@ionic/core/components';
|
|
@@ -193,812 +193,291 @@ type RoundButtonPropsType = {
|
|
|
193
193
|
};
|
|
194
194
|
declare const RoundButton: React__default.FC<RoundButtonPropsType>;
|
|
195
195
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
196
|
+
declare enum TypographyVariantsEnum {
|
|
197
|
+
Title48Bold = "Title/48 Bold",
|
|
198
|
+
Title48Semi = "Title/48 Semi",
|
|
199
|
+
Title32Semi = "Title/32 Semi",
|
|
200
|
+
Title28Semi = "Title/28 Semi",
|
|
201
|
+
Title24Semi = "Title/24 Semi",
|
|
202
|
+
Title20Semi = "Title/20 Semi",
|
|
203
|
+
Title18Semi = "Title/18 Semi",
|
|
204
|
+
Title14Semi = "Title/14 Semi",
|
|
205
|
+
Title12Semi = "Title/12 Semi",
|
|
206
|
+
Text48Semi = "Text/48 Semi",
|
|
207
|
+
Text32Semi = "Text/32 Semi",
|
|
208
|
+
Text24Semi = "Text/24 Semi",
|
|
209
|
+
Text20Semi = "Text/20 Semi",
|
|
210
|
+
Text18Regular = "Text/18 Regular",
|
|
211
|
+
Text18Semi = "Text/18 Semi",
|
|
212
|
+
Text16Semi = "Text/16 Semi",
|
|
213
|
+
Text16Regular = "Text/16 Regular",
|
|
214
|
+
Text15Semi = "Text/15 Semi",
|
|
215
|
+
Text15Regular = "Text/15 Regular",
|
|
216
|
+
Text14Semi = "Text/14 Semi",
|
|
217
|
+
Text14Regular = "Text/14 Regular",
|
|
218
|
+
Text13Semi = "Text/13 Semi",
|
|
219
|
+
Text13Regular = "Text/13 Regular",
|
|
220
|
+
Text13Regular150 = "Text/13 Regular/1.5",
|
|
221
|
+
Text12Regular = "Text/12 Regular",
|
|
222
|
+
Tabbar10Medium = "Tabbar/10 Medium",
|
|
223
|
+
Text8Regular = "Text/8 Regular",
|
|
224
|
+
Text8Semi = "Text/8 Semi",
|
|
225
|
+
Text7Regular = "Text/7 Regular",
|
|
226
|
+
Text6Regular = "Text/6 Regular",
|
|
227
|
+
Badge12Semi = "Badge/12 Semi",
|
|
228
|
+
Badge12Regular = "Badge/12 Regular"
|
|
229
|
+
}
|
|
230
|
+
type TypographyAlignType = 'left' | 'center' | 'right';
|
|
231
|
+
type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
|
|
232
|
+
type TypographyProps = {
|
|
233
|
+
variant?: TypographyVariantsEnum;
|
|
234
|
+
align?: TypographyAlignType;
|
|
235
|
+
opacity?: TypographyOpacityType;
|
|
236
|
+
isAppearCase?: boolean;
|
|
237
|
+
className?: string;
|
|
238
|
+
style?: React.CSSProperties;
|
|
239
|
+
children: React.ReactNode;
|
|
240
|
+
onClick?: (args: any) => typeof args;
|
|
241
|
+
isError?: boolean;
|
|
242
|
+
id?: string;
|
|
238
243
|
};
|
|
239
|
-
declare const _default$1i: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
240
|
-
|
|
241
|
-
declare const ChatMessageSkeleton: () => react_jsx_runtime.JSX.Element;
|
|
242
244
|
|
|
243
|
-
declare const _default$
|
|
244
|
-
|
|
245
|
-
type EmptyChatList = {
|
|
246
|
-
title?: string;
|
|
247
|
-
text?: string;
|
|
248
|
-
withButton?: boolean;
|
|
249
|
-
buttonTitle?: string;
|
|
250
|
-
onClick?: () => void;
|
|
251
|
-
};
|
|
252
|
-
declare const EmptyChatList: FC<EmptyChatList>;
|
|
253
|
-
declare const _default$1g: React__default.NamedExoticComponent<EmptyChatList>;
|
|
245
|
+
declare const _default$1j: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
254
246
|
|
|
255
|
-
type
|
|
247
|
+
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
248
|
+
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
249
|
+
variant: AlertCardVariants;
|
|
250
|
+
size?: 'XY4' | 'X5Y4' | 'XY5';
|
|
256
251
|
title?: string;
|
|
257
|
-
text: string;
|
|
258
|
-
};
|
|
259
|
-
declare const EmptyChatMessages: FC<EmptyChatMessagesProps>;
|
|
260
|
-
|
|
261
|
-
type FileInfoType = {
|
|
262
|
-
originalName: string;
|
|
263
|
-
size: number;
|
|
264
|
-
width?: number;
|
|
265
|
-
height?: number;
|
|
266
|
-
};
|
|
267
|
-
type TextareaProps = {
|
|
268
|
-
onSend: (value: string) => void;
|
|
269
|
-
defaultValue?: string;
|
|
270
|
-
onFocus?: () => void;
|
|
271
|
-
onBlur?: () => void;
|
|
272
|
-
isOpen: boolean;
|
|
273
|
-
maxLength: number;
|
|
274
|
-
onError?: (message: string) => void;
|
|
275
|
-
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
276
|
-
t?: WithTranslation['t'];
|
|
277
|
-
};
|
|
278
|
-
declare const _default$1f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
279
|
-
|
|
280
|
-
type UpdatesPopupPropsType = {
|
|
281
252
|
text?: string;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
};
|
|
288
|
-
declare const UpdatesCard: React__default.FC<UpdatesPopupPropsType>;
|
|
289
|
-
|
|
290
|
-
type VideoCallSwitchDevice = {
|
|
291
|
-
/**
|
|
292
|
-
* Modal heading
|
|
293
|
-
*/
|
|
294
|
-
heading?: string;
|
|
295
|
-
/**
|
|
296
|
-
* List of available devices(to get call AgoraRTC.getDevices()
|
|
297
|
-
*/
|
|
298
|
-
deviceList?: MediaDeviceInfo[];
|
|
299
|
-
/**
|
|
300
|
-
* Device which active for this moment
|
|
301
|
-
*/
|
|
302
|
-
activeDeviceID?: string;
|
|
303
|
-
/**
|
|
304
|
-
* On click handler that triggers when user click to any button in list
|
|
305
|
-
*/
|
|
306
|
-
onClickDeviceHandler?: (deviceID: string) => void;
|
|
307
|
-
/**
|
|
308
|
-
* Type of device for switching
|
|
309
|
-
*/
|
|
310
|
-
deviceType: 'audio' | 'video';
|
|
311
|
-
/**
|
|
312
|
-
* Handler that trigger disables audio or video tracks, if not specify last button in modal won`t showing
|
|
313
|
-
*/
|
|
314
|
-
disableDeviceHandler?: () => void;
|
|
315
|
-
/**
|
|
316
|
-
* If device disabled - false, in another way - true
|
|
317
|
-
*/
|
|
318
|
-
isDisabled?: boolean;
|
|
319
|
-
translations: {
|
|
320
|
-
micro: string;
|
|
321
|
-
camera: string;
|
|
322
|
-
offText: string;
|
|
253
|
+
icon?: any;
|
|
254
|
+
button?: {
|
|
255
|
+
text: string;
|
|
256
|
+
onClick: () => void;
|
|
257
|
+
className?: string;
|
|
323
258
|
};
|
|
324
259
|
};
|
|
325
|
-
declare const SwitchDeviceCard: React__default.FC<VideoCallSwitchDevice>;
|
|
326
|
-
|
|
327
|
-
type SectionHeadingProps = {
|
|
328
|
-
text: string;
|
|
329
|
-
icon?: string;
|
|
330
|
-
iconDimension?: number;
|
|
331
|
-
color?: string;
|
|
332
|
-
showLoader?: boolean;
|
|
333
|
-
};
|
|
334
|
-
declare const SectionHeading: React__default.FC<SectionHeadingProps>;
|
|
335
|
-
|
|
336
|
-
type SkeletonProps$1 = {
|
|
337
|
-
widthPx?: number;
|
|
338
|
-
heightPx?: number;
|
|
339
|
-
style?: React__default.CSSProperties;
|
|
340
|
-
} & Omit<JSX$1.IonSkeletonText, 'animated'>;
|
|
341
|
-
/**
|
|
342
|
-
* @deprecated
|
|
343
|
-
*/
|
|
344
|
-
declare const Skeleton: React__default.FC<SkeletonProps$1>;
|
|
345
260
|
|
|
346
|
-
declare const
|
|
261
|
+
declare const _default$1i: React$1.NamedExoticComponent<AlertCardProps>;
|
|
347
262
|
|
|
348
263
|
type AppFooterProps$1 = {
|
|
349
|
-
|
|
264
|
+
children?: React__default.ReactNode;
|
|
265
|
+
transparent?: boolean;
|
|
266
|
+
bottomSaveArea?: boolean;
|
|
267
|
+
borderTop?: boolean;
|
|
350
268
|
style?: CSSProperties;
|
|
269
|
+
toolbarStyle?: CSSProperties;
|
|
351
270
|
className?: string;
|
|
352
271
|
};
|
|
353
|
-
declare const
|
|
354
|
-
|
|
355
|
-
type VideoPlayerProps = {
|
|
356
|
-
videoLink: string;
|
|
357
|
-
closeModalHandler?: () => void;
|
|
358
|
-
onErrorContent: React__default.ReactElement;
|
|
359
|
-
} & JSX$1.IonModal;
|
|
360
|
-
declare const _default$1e: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
272
|
+
declare const _default$1h: React__default.NamedExoticComponent<AppFooterProps$1>;
|
|
361
273
|
|
|
362
|
-
type
|
|
363
|
-
closeModal?: () => void;
|
|
364
|
-
redText?: React__default.ReactElement;
|
|
365
|
-
mainText?: React__default.ReactElement;
|
|
366
|
-
buttonLink?: string;
|
|
367
|
-
type?: 'danger' | 'primary';
|
|
368
|
-
title?: string;
|
|
369
|
-
translations: {
|
|
370
|
-
buttonText: string;
|
|
371
|
-
downloadChromeText: string;
|
|
372
|
-
attention: string;
|
|
373
|
-
};
|
|
374
|
-
} & JSX$1.IonModal;
|
|
375
|
-
declare const NotSupportModal: React__default.FC<NotSupportModalProps>;
|
|
274
|
+
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
376
275
|
|
|
377
|
-
type
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
276
|
+
type AvatarProps = {
|
|
277
|
+
variant?: 'small' | 'medium' | 'smaller' | 'large' | 'xl' | 'xs';
|
|
278
|
+
round?: AvatarRoundVariants;
|
|
279
|
+
className?: string;
|
|
280
|
+
wrapperClassName?: string;
|
|
281
|
+
src?: string;
|
|
282
|
+
alt?: string;
|
|
283
|
+
showSkeleton?: boolean;
|
|
284
|
+
onClick?(e: React__default.MouseEvent<HTMLDivElement>): void;
|
|
285
|
+
border?: boolean | string;
|
|
381
286
|
};
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
dateAndTime: string;
|
|
389
|
-
toStartSession: string;
|
|
390
|
-
abbreviatedDay: string;
|
|
391
|
-
abbreviatedHour: string;
|
|
392
|
-
abbreviatedMinutes: string;
|
|
393
|
-
abbreviatedSeconds: string;
|
|
394
|
-
};
|
|
287
|
+
declare const _default$1g: React__default.NamedExoticComponent<AvatarProps>;
|
|
288
|
+
|
|
289
|
+
type SkeletonProps$1 = {
|
|
290
|
+
animated?: boolean;
|
|
291
|
+
className?: string;
|
|
292
|
+
style?: React__default.CSSProperties;
|
|
395
293
|
};
|
|
396
|
-
declare const _default$
|
|
294
|
+
declare const _default$1f: React__default.NamedExoticComponent<SkeletonProps$1>;
|
|
397
295
|
|
|
398
|
-
declare enum
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
type: ConsultationCardType;
|
|
406
|
-
sessionId: string;
|
|
407
|
-
name: string;
|
|
408
|
-
avatar?: string;
|
|
409
|
-
time: number;
|
|
410
|
-
timeZone?: string;
|
|
411
|
-
onClick?: (sessionId: string) => void;
|
|
412
|
-
isLoading?: boolean;
|
|
413
|
-
onVideoCall?: (sessionId: string) => void;
|
|
414
|
-
withBorder?: boolean;
|
|
415
|
-
locale: string;
|
|
416
|
-
translations?: {
|
|
417
|
-
with?: string;
|
|
418
|
-
join?: string;
|
|
419
|
-
sessionDuration?: string;
|
|
420
|
-
forLocalTime?: string;
|
|
421
|
-
days?: string[];
|
|
422
|
-
hour?: string[];
|
|
423
|
-
minutes?: string[];
|
|
424
|
-
from?: string;
|
|
425
|
-
started?: string;
|
|
426
|
-
choose_day_and_time?: string;
|
|
427
|
-
sign_up?: string;
|
|
428
|
-
};
|
|
429
|
-
isBlockedText?: string;
|
|
296
|
+
declare enum CircleRatingSize {
|
|
297
|
+
'S' = "S",
|
|
298
|
+
'M' = "M",
|
|
299
|
+
'L' = "L"
|
|
300
|
+
}
|
|
301
|
+
type SizeValues = {
|
|
302
|
+
[size in CircleRatingSize]: number;
|
|
430
303
|
};
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
label: string;
|
|
436
|
-
isLoading?: boolean;
|
|
437
|
-
onClick?: () => void;
|
|
304
|
+
type CircleRatingContent = {
|
|
305
|
+
text?: string;
|
|
306
|
+
isPercentage?: boolean;
|
|
307
|
+
showIcon?: boolean;
|
|
438
308
|
};
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
onClick?: () => void;
|
|
309
|
+
type CircleRatingDataProps = {
|
|
310
|
+
progress: number;
|
|
311
|
+
size: keyof typeof CircleRatingSize;
|
|
312
|
+
maxValue: number;
|
|
313
|
+
isReverse?: boolean;
|
|
314
|
+
isShowBreakPoints?: boolean;
|
|
446
315
|
};
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
timeZone?: string;
|
|
456
|
-
name: string;
|
|
457
|
-
avatar?: string;
|
|
458
|
-
onAvatarClick?: (userId: string) => void;
|
|
459
|
-
onWriteClick?: (userId: string) => void;
|
|
460
|
-
onSessionStartClick?: (sessionId: string) => void;
|
|
461
|
-
onCancel?: (sessionId: string) => void;
|
|
462
|
-
onReschedule?: (sessionId: string) => void;
|
|
463
|
-
onModalClose?: () => void;
|
|
464
|
-
isContractLoading?: boolean;
|
|
465
|
-
locale: string;
|
|
466
|
-
translations?: {
|
|
467
|
-
with?: string;
|
|
468
|
-
sessionDuration?: string;
|
|
469
|
-
forLocalTime?: string;
|
|
470
|
-
finishTitle?: string;
|
|
471
|
-
writeBtnLabel?: string;
|
|
472
|
-
startBtnLabel?: string;
|
|
473
|
-
cancelBtnLabel?: string;
|
|
474
|
-
rescheduleBtnLabel?: string;
|
|
475
|
-
question?: string;
|
|
476
|
-
days?: string[];
|
|
477
|
-
hour?: string[];
|
|
478
|
-
minutes?: string[];
|
|
479
|
-
from?: string;
|
|
480
|
-
started?: string;
|
|
481
|
-
};
|
|
316
|
+
type CircleRatingDataResult = {
|
|
317
|
+
circleSize: number;
|
|
318
|
+
radius: number;
|
|
319
|
+
circumference: number;
|
|
320
|
+
dash: number;
|
|
321
|
+
overlap: number;
|
|
322
|
+
viewBox: string;
|
|
323
|
+
strokeWidth: number;
|
|
482
324
|
};
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
id: string;
|
|
487
|
-
name: string;
|
|
488
|
-
avatar?: string;
|
|
489
|
-
isBlockedText?: string;
|
|
490
|
-
sessions: string;
|
|
325
|
+
type CircleRatingRange = {
|
|
326
|
+
min: number | null;
|
|
327
|
+
max: number | null;
|
|
491
328
|
};
|
|
492
|
-
type
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
viewportHeight: number;
|
|
498
|
-
title: string;
|
|
499
|
-
cancelBtnLabel: string;
|
|
329
|
+
type ProgressRangeProps = {
|
|
330
|
+
progress: number;
|
|
331
|
+
maxValue: number;
|
|
332
|
+
ranges: CircleRatingRange[];
|
|
333
|
+
isReverse?: boolean;
|
|
500
334
|
};
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
name: string;
|
|
506
|
-
avatar?: string;
|
|
507
|
-
sessions: string;
|
|
508
|
-
onClick?: (id: string) => void;
|
|
509
|
-
onSignUp?: (id: string) => void;
|
|
510
|
-
signInBtnLabel: string;
|
|
511
|
-
isBlockedText?: string;
|
|
335
|
+
type BreakPointPositionProps = {
|
|
336
|
+
radius?: number;
|
|
337
|
+
strokeWidth?: number;
|
|
338
|
+
progress?: number;
|
|
512
339
|
};
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
isOpen: boolean;
|
|
517
|
-
id: string;
|
|
518
|
-
name: string;
|
|
519
|
-
avatar?: string;
|
|
520
|
-
sessions: number;
|
|
521
|
-
onMessage?: (id: string) => void;
|
|
522
|
-
onBuy?: (id: string) => void;
|
|
523
|
-
onProfile?: (id: string) => void;
|
|
524
|
-
onRateSession?: (id: string) => void;
|
|
525
|
-
onSignUp?: (id: string) => void;
|
|
526
|
-
onClose: () => void;
|
|
527
|
-
isClient?: boolean;
|
|
528
|
-
isShowContract?: boolean;
|
|
529
|
-
isContractLoading?: boolean;
|
|
530
|
-
contractStatus?: 'not_signed' | 'pending' | 'active' | 'expired';
|
|
531
|
-
handleOpenContract: () => void;
|
|
532
|
-
translations?: {
|
|
533
|
-
contractTitle: string;
|
|
534
|
-
contractSubtitle: string;
|
|
535
|
-
sessions?: string[];
|
|
536
|
-
writeBtnLabel?: string;
|
|
537
|
-
buyBtnLabel?: string;
|
|
538
|
-
buyTooltip?: string;
|
|
539
|
-
profile?: string;
|
|
540
|
-
rateTheSessionText?: string;
|
|
541
|
-
clientBtnLabel?: string;
|
|
542
|
-
writeLabelBtn?: string;
|
|
543
|
-
sigUpBtnLabel?: string;
|
|
544
|
-
};
|
|
340
|
+
type BreakPointPositionResult = {
|
|
341
|
+
top: number;
|
|
342
|
+
left: number;
|
|
545
343
|
};
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
timeZone?: string;
|
|
553
|
-
onSubmit?: (message: string) => void;
|
|
554
|
-
onReschedule?: () => void;
|
|
555
|
-
isLoading?: boolean;
|
|
556
|
-
locale: string;
|
|
557
|
-
emptyReasonErrorMessage?: string;
|
|
558
|
-
translations: {
|
|
559
|
-
title: string;
|
|
560
|
-
placeholder: string;
|
|
561
|
-
cancelBtnLabel: string;
|
|
562
|
-
rescheduleBtnLabel: string;
|
|
563
|
-
question: string;
|
|
564
|
-
description: string;
|
|
565
|
-
};
|
|
344
|
+
type CircleRatingLegendProps = {
|
|
345
|
+
ranges: CircleRatingRange[];
|
|
346
|
+
t: WithTranslation['t'];
|
|
347
|
+
isReverse?: boolean;
|
|
348
|
+
isPercentage?: boolean;
|
|
349
|
+
isShowLegend?: boolean;
|
|
566
350
|
};
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
351
|
+
type CircleRatingComponentProps = {
|
|
352
|
+
size: keyof typeof CircleRatingSize;
|
|
353
|
+
content?: CircleRatingContent | null;
|
|
354
|
+
progress: number;
|
|
355
|
+
ranges: CircleRatingRange[];
|
|
356
|
+
decimal?: number;
|
|
357
|
+
animationSeconds?: number;
|
|
358
|
+
isColorless?: boolean;
|
|
359
|
+
isRatingDisabled?: boolean;
|
|
360
|
+
isShowLegend?: boolean;
|
|
361
|
+
isShowBreakPoints?: boolean;
|
|
362
|
+
isReverse?: boolean;
|
|
363
|
+
isZeroTransparent?: boolean;
|
|
364
|
+
isWithOverlap?: boolean;
|
|
365
|
+
isWithAnimation?: boolean;
|
|
366
|
+
isPrimaryColor?: boolean;
|
|
367
|
+
isProgressWithAnimation?: boolean;
|
|
368
|
+
className?: string;
|
|
369
|
+
onProgressEnd?: () => void;
|
|
583
370
|
};
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
371
|
+
type CircleRatingContextProps = CircleRatingComponentProps & {
|
|
372
|
+
legend?: string[];
|
|
373
|
+
breakPoints?: number[];
|
|
374
|
+
};
|
|
375
|
+
type CircleRatingContextData = CircleRatingContextProps & {
|
|
376
|
+
circleSize: number;
|
|
377
|
+
radius: number;
|
|
378
|
+
strokeWidth: number;
|
|
379
|
+
circumference: number;
|
|
380
|
+
dash: number;
|
|
381
|
+
viewBox: string;
|
|
382
|
+
maxValue: number;
|
|
383
|
+
percentage: number;
|
|
384
|
+
overlap: number;
|
|
385
|
+
styles: any;
|
|
599
386
|
};
|
|
600
|
-
declare const ReScheduleSuccess: FC<ReScheduleSuccessProps>;
|
|
601
387
|
|
|
602
|
-
type
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
makeVisible?: boolean;
|
|
607
|
-
dimension?: number;
|
|
608
|
-
icon?: string;
|
|
609
|
-
className?: string;
|
|
610
|
-
};
|
|
611
|
-
declare const TooltipComponent: FC<TooltipComponentProps>;
|
|
612
|
-
|
|
613
|
-
type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & RefAttributes<HTMLIonSlidesElement> & {
|
|
614
|
-
slides: number[] | string[];
|
|
615
|
-
onDayClick?: (i: number, item: number | string) => void;
|
|
616
|
-
locale: string;
|
|
617
|
-
translations?: {
|
|
618
|
-
today?: string;
|
|
619
|
-
tomorrow?: string;
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
declare const _default$15: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
623
|
-
|
|
624
|
-
type SpecialistWorkDirectionsPropsType = {
|
|
625
|
-
workDirections?: string[] | [];
|
|
626
|
-
limit?: number;
|
|
627
|
-
showLoader?: boolean;
|
|
628
|
-
moreLabel?: string;
|
|
629
|
-
hideLabel?: string;
|
|
388
|
+
type DynamicCommissionValue = {
|
|
389
|
+
1: number;
|
|
390
|
+
999: number;
|
|
391
|
+
[key: number]: number | undefined;
|
|
630
392
|
};
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
videoLink?: string;
|
|
635
|
-
videoCover?: string;
|
|
636
|
-
specialistName?: string;
|
|
637
|
-
onImageClick?: () => void;
|
|
638
|
-
isLoading?: boolean;
|
|
639
|
-
videoDurationSeconds?: number;
|
|
393
|
+
type SpecialistPaymentTabs = {
|
|
394
|
+
value: string;
|
|
395
|
+
label: string;
|
|
640
396
|
};
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
397
|
+
type SpecialistConsultationPayment = {
|
|
398
|
+
currency_local: keyof typeof SupportedCurrency;
|
|
399
|
+
currency_default: keyof typeof SupportedCurrency;
|
|
400
|
+
exchange_rate: number;
|
|
401
|
+
subscription_discount: number;
|
|
402
|
+
promocode_discount: number;
|
|
403
|
+
subscription_sessions_count: number;
|
|
404
|
+
subscription_interval_in_month: number;
|
|
405
|
+
price_default_in_cents: number;
|
|
406
|
+
price_local_by_exchange_rate_in_cents: number;
|
|
407
|
+
price_default_discount_in_cents: number;
|
|
408
|
+
price_local_discount_by_exchange_rate_in_cents: number;
|
|
409
|
+
price_default_promocode_in_cents: number;
|
|
410
|
+
price_local_promocode_by_exchange_rate_in_cents: number;
|
|
411
|
+
price_default_original_in_cents: number;
|
|
412
|
+
price_local_original_by_exchange_rate_in_cents: number;
|
|
413
|
+
commission: number;
|
|
414
|
+
price_default_commission_in_cents: number;
|
|
415
|
+
price_local_commission_by_exchange_rate_in_cents: number;
|
|
416
|
+
price_default_after_commission_in_cents: number;
|
|
417
|
+
price_local_after_commission_by_exchange_rate_in_cents: number;
|
|
418
|
+
price_local_original_by_specialist_in_cents?: number;
|
|
649
419
|
};
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
yearStart?: number | null;
|
|
658
|
-
yearEnd?: number | null;
|
|
659
|
-
showLoader?: boolean;
|
|
420
|
+
type SpecialistConsultation = {
|
|
421
|
+
id: string;
|
|
422
|
+
name: string;
|
|
423
|
+
avatar: string;
|
|
424
|
+
date: Date;
|
|
425
|
+
subscriptionId?: string | undefined | null;
|
|
426
|
+
payment?: Partial<SpecialistConsultationPayment>;
|
|
660
427
|
};
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
/**
|
|
671
|
-
* @deprecated
|
|
672
|
-
*/
|
|
673
|
-
priceUAH?: number;
|
|
674
|
-
hoursOfPractice?: number;
|
|
675
|
-
yearOfExperience?: number;
|
|
676
|
-
sessionDuration?: number;
|
|
677
|
-
subscriptionStatus?: boolean;
|
|
678
|
-
subscriptionBalance?: number;
|
|
679
|
-
translations?: {
|
|
680
|
-
checked?: string;
|
|
681
|
-
active?: string;
|
|
682
|
-
subscription?: string;
|
|
683
|
-
balance?: string;
|
|
684
|
-
perSessions?: string;
|
|
685
|
-
clients?: string[];
|
|
686
|
-
sessions?: string[];
|
|
687
|
-
practice?: string;
|
|
688
|
-
experience?: string;
|
|
689
|
-
minutes?: string;
|
|
690
|
-
perSession?: string;
|
|
691
|
-
};
|
|
428
|
+
type SpecialistPaymentConsultationsProps = {
|
|
429
|
+
consultations: SpecialistConsultation[];
|
|
430
|
+
calendarDate: Date;
|
|
431
|
+
futureCount?: number;
|
|
432
|
+
previousCount?: number;
|
|
433
|
+
locale: SupportedLocales;
|
|
434
|
+
defaultTab?: string;
|
|
435
|
+
consultationsModeTrigger: (tab: string) => void;
|
|
436
|
+
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
692
437
|
};
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
type BookingItem = {
|
|
698
|
-
title: string;
|
|
699
|
-
active?: boolean;
|
|
438
|
+
type SpecialistPaymentCurrencyProps = {
|
|
439
|
+
side?: 'left' | 'right';
|
|
440
|
+
mode?: 'sign' | 'transcription';
|
|
700
441
|
};
|
|
701
|
-
type
|
|
702
|
-
variant?: 'booking' | 'schedule';
|
|
703
|
-
items: BookingItem[] | string[];
|
|
704
|
-
onClick?: (index: number, item: string) => void;
|
|
442
|
+
type SpecialistPaymentCardProps = {
|
|
705
443
|
isLoading?: boolean;
|
|
444
|
+
isInvoiceLoading?: boolean;
|
|
445
|
+
calendarDate: Date;
|
|
446
|
+
locale: SupportedLocales;
|
|
447
|
+
revenue?: number;
|
|
448
|
+
currency?: SupportedCurrency | undefined;
|
|
449
|
+
showRevenue: boolean;
|
|
450
|
+
currencyProps?: SpecialistPaymentCurrencyProps;
|
|
451
|
+
showCommission?: boolean;
|
|
452
|
+
commissionRates: Partial<DynamicCommissionValue>;
|
|
453
|
+
commissionValue: number;
|
|
454
|
+
totalSessionsCount: number;
|
|
455
|
+
futureSessionsCount: number;
|
|
456
|
+
hideProgressBar?: boolean;
|
|
457
|
+
onInvoiceClick?: () => void;
|
|
706
458
|
};
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
type BookingSpecialistInfoProps = {
|
|
710
|
-
name: string;
|
|
711
|
-
title?: string;
|
|
712
|
-
subtitle?: string;
|
|
713
|
-
avatar?: string;
|
|
714
|
-
isLoading?: boolean;
|
|
459
|
+
type SpecialistPaymentWidgetType = SpecialistPaymentCardProps & {
|
|
460
|
+
routeClick: () => void;
|
|
715
461
|
};
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
Title48Semi = "Title/48 Semi",
|
|
721
|
-
Title32Semi = "Title/32 Semi",
|
|
722
|
-
Title28Semi = "Title/28 Semi",
|
|
723
|
-
Title24Semi = "Title/24 Semi",
|
|
724
|
-
Title20Semi = "Title/20 Semi",
|
|
725
|
-
Title18Semi = "Title/18 Semi",
|
|
726
|
-
Title14Semi = "Title/14 Semi",
|
|
727
|
-
Title12Semi = "Title/12 Semi",
|
|
728
|
-
Text48Semi = "Text/48 Semi",
|
|
729
|
-
Text32Semi = "Text/32 Semi",
|
|
730
|
-
Text24Semi = "Text/24 Semi",
|
|
731
|
-
Text20Semi = "Text/20 Semi",
|
|
732
|
-
Text18Regular = "Text/18 Regular",
|
|
733
|
-
Text18Semi = "Text/18 Semi",
|
|
734
|
-
Text16Semi = "Text/16 Semi",
|
|
735
|
-
Text16Regular = "Text/16 Regular",
|
|
736
|
-
Text15Semi = "Text/15 Semi",
|
|
737
|
-
Text15Regular = "Text/15 Regular",
|
|
738
|
-
Text14Semi = "Text/14 Semi",
|
|
739
|
-
Text14Regular = "Text/14 Regular",
|
|
740
|
-
Text13Semi = "Text/13 Semi",
|
|
741
|
-
Text13Regular = "Text/13 Regular",
|
|
742
|
-
Text13Regular150 = "Text/13 Regular/1.5",
|
|
743
|
-
Text12Regular = "Text/12 Regular",
|
|
744
|
-
Tabbar10Medium = "Tabbar/10 Medium",
|
|
745
|
-
Text8Regular = "Text/8 Regular",
|
|
746
|
-
Text8Semi = "Text/8 Semi",
|
|
747
|
-
Text7Regular = "Text/7 Regular",
|
|
748
|
-
Text6Regular = "Text/6 Regular",
|
|
749
|
-
Badge12Semi = "Badge/12 Semi",
|
|
750
|
-
Badge12Regular = "Badge/12 Regular"
|
|
751
|
-
}
|
|
752
|
-
type TypographyAlignType = 'left' | 'center' | 'right';
|
|
753
|
-
type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
|
|
754
|
-
type TypographyProps = {
|
|
755
|
-
variant?: TypographyVariantsEnum;
|
|
756
|
-
align?: TypographyAlignType;
|
|
757
|
-
opacity?: TypographyOpacityType;
|
|
758
|
-
isAppearCase?: boolean;
|
|
462
|
+
type SpecialistPaymentResumeWidgetType = SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps;
|
|
463
|
+
type PaymentBadgeType = {
|
|
464
|
+
date: Date;
|
|
465
|
+
locale: SupportedLocales;
|
|
759
466
|
className?: string;
|
|
760
|
-
style?: React.CSSProperties;
|
|
761
|
-
children: React.ReactNode;
|
|
762
|
-
onClick?: (args: any) => typeof args;
|
|
763
|
-
isError?: boolean;
|
|
764
|
-
id?: string;
|
|
765
|
-
};
|
|
766
|
-
|
|
767
|
-
declare const _default$_: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
768
|
-
|
|
769
|
-
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
770
|
-
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
771
|
-
variant: AlertCardVariants;
|
|
772
|
-
size?: 'XY4' | 'X5Y4' | 'XY5';
|
|
773
|
-
title?: string;
|
|
774
|
-
text?: string;
|
|
775
|
-
icon?: any;
|
|
776
|
-
button?: {
|
|
777
|
-
text: string;
|
|
778
|
-
onClick: () => void;
|
|
779
|
-
className?: string;
|
|
780
|
-
};
|
|
781
467
|
};
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
children?: React__default.ReactNode;
|
|
787
|
-
transparent?: boolean;
|
|
788
|
-
bottomSaveArea?: boolean;
|
|
789
|
-
borderTop?: boolean;
|
|
790
|
-
style?: CSSProperties;
|
|
791
|
-
toolbarStyle?: CSSProperties;
|
|
468
|
+
type PaymentCalendarFeatureProps = {
|
|
469
|
+
date: Date;
|
|
470
|
+
locale: SupportedLocales;
|
|
471
|
+
dateCallback: (date: Date) => void;
|
|
792
472
|
className?: string;
|
|
473
|
+
lastDate: Date;
|
|
793
474
|
};
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
round?: AvatarRoundVariants;
|
|
801
|
-
className?: string;
|
|
802
|
-
wrapperClassName?: string;
|
|
803
|
-
src?: string;
|
|
804
|
-
alt?: string;
|
|
805
|
-
showSkeleton?: boolean;
|
|
806
|
-
onClick?(e: React__default.MouseEvent<HTMLDivElement>): void;
|
|
807
|
-
border?: boolean | string;
|
|
808
|
-
};
|
|
809
|
-
declare const _default$X: React__default.NamedExoticComponent<AvatarProps>;
|
|
810
|
-
|
|
811
|
-
type SkeletonProps = {
|
|
812
|
-
animated?: boolean;
|
|
813
|
-
className?: string;
|
|
814
|
-
style?: React__default.CSSProperties;
|
|
815
|
-
};
|
|
816
|
-
declare const _default$W: React__default.NamedExoticComponent<SkeletonProps>;
|
|
817
|
-
|
|
818
|
-
declare enum CircleRatingSize {
|
|
819
|
-
'S' = "S",
|
|
820
|
-
'M' = "M",
|
|
821
|
-
'L' = "L"
|
|
822
|
-
}
|
|
823
|
-
type SizeValues = {
|
|
824
|
-
[size in CircleRatingSize]: number;
|
|
825
|
-
};
|
|
826
|
-
type CircleRatingContent = {
|
|
827
|
-
text?: string;
|
|
828
|
-
isPercentage?: boolean;
|
|
829
|
-
showIcon?: boolean;
|
|
830
|
-
};
|
|
831
|
-
type CircleRatingDataProps = {
|
|
832
|
-
progress: number;
|
|
833
|
-
size: keyof typeof CircleRatingSize;
|
|
834
|
-
maxValue: number;
|
|
835
|
-
isReverse?: boolean;
|
|
836
|
-
isShowBreakPoints?: boolean;
|
|
837
|
-
};
|
|
838
|
-
type CircleRatingDataResult = {
|
|
839
|
-
circleSize: number;
|
|
840
|
-
radius: number;
|
|
841
|
-
circumference: number;
|
|
842
|
-
dash: number;
|
|
843
|
-
overlap: number;
|
|
844
|
-
viewBox: string;
|
|
845
|
-
strokeWidth: number;
|
|
846
|
-
};
|
|
847
|
-
type CircleRatingRange = {
|
|
848
|
-
min: number | null;
|
|
849
|
-
max: number | null;
|
|
850
|
-
};
|
|
851
|
-
type ProgressRangeProps = {
|
|
852
|
-
progress: number;
|
|
853
|
-
maxValue: number;
|
|
854
|
-
ranges: CircleRatingRange[];
|
|
855
|
-
isReverse?: boolean;
|
|
856
|
-
};
|
|
857
|
-
type BreakPointPositionProps = {
|
|
858
|
-
radius?: number;
|
|
859
|
-
strokeWidth?: number;
|
|
860
|
-
progress?: number;
|
|
861
|
-
};
|
|
862
|
-
type BreakPointPositionResult = {
|
|
863
|
-
top: number;
|
|
864
|
-
left: number;
|
|
865
|
-
};
|
|
866
|
-
type CircleRatingLegendProps = {
|
|
867
|
-
ranges: CircleRatingRange[];
|
|
868
|
-
t: WithTranslation['t'];
|
|
869
|
-
isReverse?: boolean;
|
|
870
|
-
isPercentage?: boolean;
|
|
871
|
-
isShowLegend?: boolean;
|
|
872
|
-
};
|
|
873
|
-
type CircleRatingComponentProps = {
|
|
874
|
-
size: keyof typeof CircleRatingSize;
|
|
875
|
-
content?: CircleRatingContent | null;
|
|
876
|
-
progress: number;
|
|
877
|
-
ranges: CircleRatingRange[];
|
|
878
|
-
decimal?: number;
|
|
879
|
-
animationSeconds?: number;
|
|
880
|
-
isColorless?: boolean;
|
|
881
|
-
isRatingDisabled?: boolean;
|
|
882
|
-
isShowLegend?: boolean;
|
|
883
|
-
isShowBreakPoints?: boolean;
|
|
884
|
-
isReverse?: boolean;
|
|
885
|
-
isZeroTransparent?: boolean;
|
|
886
|
-
isWithOverlap?: boolean;
|
|
887
|
-
isWithAnimation?: boolean;
|
|
888
|
-
isPrimaryColor?: boolean;
|
|
889
|
-
isProgressWithAnimation?: boolean;
|
|
890
|
-
className?: string;
|
|
891
|
-
onProgressEnd?: () => void;
|
|
892
|
-
};
|
|
893
|
-
type CircleRatingContextProps = CircleRatingComponentProps & {
|
|
894
|
-
legend?: string[];
|
|
895
|
-
breakPoints?: number[];
|
|
896
|
-
};
|
|
897
|
-
type CircleRatingContextData = CircleRatingContextProps & {
|
|
898
|
-
circleSize: number;
|
|
899
|
-
radius: number;
|
|
900
|
-
strokeWidth: number;
|
|
901
|
-
circumference: number;
|
|
902
|
-
dash: number;
|
|
903
|
-
viewBox: string;
|
|
904
|
-
maxValue: number;
|
|
905
|
-
percentage: number;
|
|
906
|
-
overlap: number;
|
|
907
|
-
styles: any;
|
|
908
|
-
};
|
|
909
|
-
|
|
910
|
-
type DynamicCommissionValue = {
|
|
911
|
-
1: number;
|
|
912
|
-
999: number;
|
|
913
|
-
[key: number]: number | undefined;
|
|
914
|
-
};
|
|
915
|
-
type SpecialistPaymentTabs = {
|
|
916
|
-
value: string;
|
|
917
|
-
label: string;
|
|
918
|
-
};
|
|
919
|
-
type SpecialistConsultationPayment = {
|
|
920
|
-
currency_local: keyof typeof SupportedCurrency;
|
|
921
|
-
currency_default: keyof typeof SupportedCurrency;
|
|
922
|
-
exchange_rate: number;
|
|
923
|
-
subscription_discount: number;
|
|
924
|
-
promocode_discount: number;
|
|
925
|
-
subscription_sessions_count: number;
|
|
926
|
-
subscription_interval_in_month: number;
|
|
927
|
-
price_default_in_cents: number;
|
|
928
|
-
price_local_by_exchange_rate_in_cents: number;
|
|
929
|
-
price_default_discount_in_cents: number;
|
|
930
|
-
price_local_discount_by_exchange_rate_in_cents: number;
|
|
931
|
-
price_default_promocode_in_cents: number;
|
|
932
|
-
price_local_promocode_by_exchange_rate_in_cents: number;
|
|
933
|
-
price_default_original_in_cents: number;
|
|
934
|
-
price_local_original_by_exchange_rate_in_cents: number;
|
|
935
|
-
commission: number;
|
|
936
|
-
price_default_commission_in_cents: number;
|
|
937
|
-
price_local_commission_by_exchange_rate_in_cents: number;
|
|
938
|
-
price_default_after_commission_in_cents: number;
|
|
939
|
-
price_local_after_commission_by_exchange_rate_in_cents: number;
|
|
940
|
-
};
|
|
941
|
-
type SpecialistConsultation = {
|
|
942
|
-
id: string;
|
|
943
|
-
name: string;
|
|
944
|
-
avatar: string;
|
|
945
|
-
date: Date;
|
|
946
|
-
subscriptionId?: string | undefined | null;
|
|
947
|
-
payment?: Partial<SpecialistConsultationPayment>;
|
|
948
|
-
};
|
|
949
|
-
type SpecialistPaymentConsultationsProps = {
|
|
950
|
-
consultations: SpecialistConsultation[];
|
|
951
|
-
calendarDate: Date;
|
|
952
|
-
futureCount?: number;
|
|
953
|
-
previousCount?: number;
|
|
954
|
-
locale?: string;
|
|
955
|
-
defaultTab?: string;
|
|
956
|
-
consultationsModeTrigger: (tab: string) => void;
|
|
957
|
-
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
958
|
-
};
|
|
959
|
-
type SpecialistPaymentCurrencyProps = {
|
|
960
|
-
side?: 'left' | 'right';
|
|
961
|
-
mode?: 'sign' | 'transcription';
|
|
962
|
-
};
|
|
963
|
-
type SpecialistPaymentCardProps = {
|
|
964
|
-
isLoading?: boolean;
|
|
965
|
-
isInvoiceLoading?: boolean;
|
|
966
|
-
calendarDate: Date;
|
|
967
|
-
locale?: string;
|
|
968
|
-
revenue?: number;
|
|
969
|
-
currency?: SupportedCurrency | undefined;
|
|
970
|
-
showRevenue: boolean;
|
|
971
|
-
currencyProps?: SpecialistPaymentCurrencyProps;
|
|
972
|
-
showCommission?: boolean;
|
|
973
|
-
commissionRates: Partial<DynamicCommissionValue>;
|
|
974
|
-
commissionValue: number;
|
|
975
|
-
totalSessionsCount: number;
|
|
976
|
-
futureSessionsCount: number;
|
|
977
|
-
hideProgressBar?: boolean;
|
|
978
|
-
onInvoiceClick?: () => void;
|
|
979
|
-
};
|
|
980
|
-
type SpecialistPaymentWidgetType = SpecialistPaymentCardProps & {
|
|
981
|
-
routeClick: () => void;
|
|
982
|
-
};
|
|
983
|
-
type SpecialistPaymentResumeWidgetType = SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps;
|
|
984
|
-
type PaymentBadgeType = {
|
|
985
|
-
date: Date;
|
|
986
|
-
locale?: string;
|
|
987
|
-
className?: string;
|
|
988
|
-
};
|
|
989
|
-
type PaymentCalendarFeatureProps = {
|
|
990
|
-
date: Date;
|
|
991
|
-
locale?: string;
|
|
992
|
-
dateCallback: (date: Date) => void;
|
|
993
|
-
className?: string;
|
|
994
|
-
lastDate: Date;
|
|
995
|
-
};
|
|
996
|
-
type SpecialistPaymentConsultationDetailsType = {
|
|
997
|
-
consultation: SpecialistConsultation;
|
|
998
|
-
isLoading: boolean;
|
|
999
|
-
timezone: string;
|
|
1000
|
-
locale: string;
|
|
1001
|
-
onUserClick?: () => void;
|
|
475
|
+
type SpecialistPaymentConsultationDetailsType = {
|
|
476
|
+
consultation: SpecialistConsultation;
|
|
477
|
+
isLoading: boolean;
|
|
478
|
+
timezone: string;
|
|
479
|
+
locale: SupportedLocales;
|
|
480
|
+
onUserClick?: () => void;
|
|
1002
481
|
};
|
|
1003
482
|
|
|
1004
483
|
interface IconProps$H extends SVGAttributes<SVGElement> {
|
|
@@ -1016,6 +495,12 @@ type TranslationMock = {
|
|
|
1016
495
|
type TranslationType = {
|
|
1017
496
|
t: WithTranslation['t'] | TranslationMock['t'];
|
|
1018
497
|
};
|
|
498
|
+
declare enum SupportedLocales {
|
|
499
|
+
'uk' = "uk",
|
|
500
|
+
'pl' = "pl",
|
|
501
|
+
'es' = "es",
|
|
502
|
+
'en' = "en"
|
|
503
|
+
}
|
|
1019
504
|
declare enum SupportedCurrency {
|
|
1020
505
|
'UAH' = "UAH",
|
|
1021
506
|
'EUR' = "EUR",
|
|
@@ -1023,33 +508,51 @@ declare enum SupportedCurrency {
|
|
|
1023
508
|
'USD' = "USD"
|
|
1024
509
|
}
|
|
1025
510
|
declare const CurrencyLocaleMapper: {
|
|
1026
|
-
UAH:
|
|
511
|
+
UAH: SupportedLocales;
|
|
1027
512
|
EUR: string;
|
|
1028
|
-
PLN:
|
|
1029
|
-
USD:
|
|
513
|
+
PLN: SupportedLocales;
|
|
514
|
+
USD: SupportedLocales;
|
|
1030
515
|
};
|
|
1031
516
|
declare const LocaleCurrencyMapper: {
|
|
1032
517
|
uk: SupportedCurrency;
|
|
1033
518
|
pl: SupportedCurrency;
|
|
1034
519
|
es: SupportedCurrency;
|
|
520
|
+
en: SupportedCurrency;
|
|
1035
521
|
};
|
|
1036
522
|
declare enum CurrencySignByLocale {
|
|
1037
523
|
'uk' = "\u20B4",
|
|
1038
524
|
'pl' = "z\u0142",
|
|
1039
525
|
'eur' = "\u20AC",
|
|
1040
|
-
'es' = "$"
|
|
526
|
+
'es' = "$",
|
|
527
|
+
'en' = "$"
|
|
1041
528
|
}
|
|
1042
529
|
declare enum ShortCurrencySignByLocale {
|
|
1043
530
|
'uk' = "\u0433\u0440\u043D",
|
|
1044
531
|
'pl' = "z\u0142o",
|
|
1045
532
|
'eur' = "EUR",
|
|
1046
|
-
'es' = "USD"
|
|
533
|
+
'es' = "USD",
|
|
534
|
+
'en' = "USD"
|
|
535
|
+
}
|
|
536
|
+
declare enum PayoutCurrencySignByLocale {
|
|
537
|
+
'uk' = "\u20AC",
|
|
538
|
+
'pl' = "\u20AC",
|
|
539
|
+
'eur' = "\u20AC",
|
|
540
|
+
'es' = "\u20AC",
|
|
541
|
+
'en' = "$"
|
|
542
|
+
}
|
|
543
|
+
declare enum PayoutShortCurrencySignByLocale {
|
|
544
|
+
'uk' = "EUR",
|
|
545
|
+
'pl' = "EUR",
|
|
546
|
+
'eur' = "EUR",
|
|
547
|
+
'es' = "EUR",
|
|
548
|
+
'en' = "USD"
|
|
1047
549
|
}
|
|
1048
550
|
declare enum ShortTranscriptionCurrencySignByLocale {
|
|
1049
551
|
'uk' = "\u0433\u0440",
|
|
1050
552
|
'pl' = "z\u0142o",
|
|
1051
553
|
'eur' = "EUR",
|
|
1052
|
-
'es' = "US"
|
|
554
|
+
'es' = "US",
|
|
555
|
+
'en' = "USD"
|
|
1053
556
|
}
|
|
1054
557
|
declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
1055
558
|
type CSSVarStyles = React.CSSProperties & {
|
|
@@ -1351,7 +854,7 @@ type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
|
1351
854
|
};
|
|
1352
855
|
type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & TranslationType & {
|
|
1353
856
|
title?: string | null;
|
|
1354
|
-
|
|
857
|
+
reviewlocale: SupportedLocales;
|
|
1355
858
|
reviews: ISpecialistReview[];
|
|
1356
859
|
isLoading?: boolean;
|
|
1357
860
|
};
|
|
@@ -1401,7 +904,7 @@ type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButt
|
|
|
1401
904
|
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingGoalSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingSingleImageSelectScreenType | OnBoardingSingleRoundImageSelectScreenType | OnBoardingSingleScaleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType | OnBoardingGraphScreenType;
|
|
1402
905
|
type OnBoardingFlowType = {
|
|
1403
906
|
id: string;
|
|
1404
|
-
locale:
|
|
907
|
+
locale: SupportedLocales;
|
|
1405
908
|
name: string;
|
|
1406
909
|
screens: Record<string, OnBoardingScreensType>;
|
|
1407
910
|
isWebToWeb?: boolean;
|
|
@@ -1512,7 +1015,7 @@ type Specialist = {
|
|
|
1512
1015
|
super_specialist: boolean;
|
|
1513
1016
|
reviews_average_rating: number;
|
|
1514
1017
|
reviews_count: number;
|
|
1515
|
-
profile_lang:
|
|
1018
|
+
profile_lang: SupportedLocales;
|
|
1516
1019
|
summary: string;
|
|
1517
1020
|
years_of_experience: number;
|
|
1518
1021
|
hours_of_practice?: number;
|
|
@@ -1745,7 +1248,7 @@ type FlagProps$1 = {
|
|
|
1745
1248
|
name: string;
|
|
1746
1249
|
className?: string;
|
|
1747
1250
|
};
|
|
1748
|
-
declare const _default$
|
|
1251
|
+
declare const _default$1e: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1749
1252
|
|
|
1750
1253
|
type PictureProps = {
|
|
1751
1254
|
width: number;
|
|
@@ -1763,7 +1266,7 @@ type PictureProps = {
|
|
|
1763
1266
|
containerWidth?: number;
|
|
1764
1267
|
imageClassName?: string;
|
|
1765
1268
|
};
|
|
1766
|
-
declare const _default$
|
|
1269
|
+
declare const _default$1d: React__default.NamedExoticComponent<PictureProps>;
|
|
1767
1270
|
|
|
1768
1271
|
type BadgeType = 'default' | 'accent';
|
|
1769
1272
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1774,7 +1277,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
1774
1277
|
iconType?: 'check' | React$1.ReactNode;
|
|
1775
1278
|
};
|
|
1776
1279
|
|
|
1777
|
-
declare const _default$
|
|
1280
|
+
declare const _default$1c: React$1.NamedExoticComponent<BadgeProps>;
|
|
1778
1281
|
|
|
1779
1282
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1780
1283
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1782,7 +1285,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1782
1285
|
size?: 'M' | 'M4' | 'M45';
|
|
1783
1286
|
};
|
|
1784
1287
|
|
|
1785
|
-
declare const _default$
|
|
1288
|
+
declare const _default$1b: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1786
1289
|
|
|
1787
1290
|
type AppHeaderProps = {
|
|
1788
1291
|
fullwidth?: boolean;
|
|
@@ -1861,7 +1364,7 @@ declare const ListBoxItem: (props: ItemProps$1<unknown> & ListBoxItemProps) => J
|
|
|
1861
1364
|
|
|
1862
1365
|
type BaseTypeProps = {
|
|
1863
1366
|
onDatePress?: (date: string, evt: React$1.MouseEvent<HTMLButtonElement>) => void;
|
|
1864
|
-
locale:
|
|
1367
|
+
locale: SupportedLocales;
|
|
1865
1368
|
timeZone?: string;
|
|
1866
1369
|
selectionMode?: SelectionMode;
|
|
1867
1370
|
renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React$1.ReactNode;
|
|
@@ -1902,7 +1405,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1902
1405
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
1903
1406
|
}
|
|
1904
1407
|
|
|
1905
|
-
declare const _default$
|
|
1408
|
+
declare const _default$1a: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1906
1409
|
|
|
1907
1410
|
type RatingProps = {
|
|
1908
1411
|
initialRating?: number;
|
|
@@ -1915,7 +1418,7 @@ type RatingProps = {
|
|
|
1915
1418
|
readonly?: boolean;
|
|
1916
1419
|
} & RatingComponentProps;
|
|
1917
1420
|
|
|
1918
|
-
declare const _default$
|
|
1421
|
+
declare const _default$19: React__default.NamedExoticComponent<RatingProps>;
|
|
1919
1422
|
|
|
1920
1423
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
1921
1424
|
t: WithTranslation['t'] | any;
|
|
@@ -1929,7 +1432,7 @@ type IconButtonProps = {
|
|
|
1929
1432
|
fill?: 'clear' | 'filled';
|
|
1930
1433
|
type?: 'button' | 'submit' | 'reset';
|
|
1931
1434
|
};
|
|
1932
|
-
declare const _default$
|
|
1435
|
+
declare const _default$18: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1933
1436
|
|
|
1934
1437
|
type ToastProviderProps = ToastStateProps;
|
|
1935
1438
|
type MindlyToastProps = {
|
|
@@ -1976,17 +1479,17 @@ type ProgressBar_v2Props = {
|
|
|
1976
1479
|
onProgressEnd?: () => void;
|
|
1977
1480
|
style?: CSSVarStyles;
|
|
1978
1481
|
};
|
|
1979
|
-
declare const _default$
|
|
1482
|
+
declare const _default$17: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1980
1483
|
|
|
1981
1484
|
type LoadingProps = {
|
|
1982
1485
|
isOpen: boolean;
|
|
1983
1486
|
};
|
|
1984
|
-
declare const _default$
|
|
1487
|
+
declare const _default$16: React__default.NamedExoticComponent<LoadingProps>;
|
|
1985
1488
|
|
|
1986
1489
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
1987
1490
|
withBorders?: boolean;
|
|
1988
1491
|
};
|
|
1989
|
-
declare const _default$
|
|
1492
|
+
declare const _default$15: React$1.NamedExoticComponent<ListItemsProps>;
|
|
1990
1493
|
|
|
1991
1494
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
1992
1495
|
leftContent?: React$1.ReactNode;
|
|
@@ -1998,7 +1501,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1998
1501
|
isError?: boolean;
|
|
1999
1502
|
status?: 'error' | 'attention';
|
|
2000
1503
|
};
|
|
2001
|
-
declare const _default$
|
|
1504
|
+
declare const _default$14: React$1.NamedExoticComponent<ItemProps>;
|
|
2002
1505
|
|
|
2003
1506
|
declare enum VariantEnum {
|
|
2004
1507
|
default = "default",
|
|
@@ -2028,7 +1531,7 @@ type VideoMethods = {
|
|
|
2028
1531
|
play(): void;
|
|
2029
1532
|
};
|
|
2030
1533
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
2031
|
-
declare const _default$
|
|
1534
|
+
declare const _default$13: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
2032
1535
|
children?: React__default.ReactNode;
|
|
2033
1536
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
2034
1537
|
|
|
@@ -2146,15 +1649,15 @@ type MatchProgressProps = {
|
|
|
2146
1649
|
className?: string;
|
|
2147
1650
|
percentMatch: number;
|
|
2148
1651
|
};
|
|
2149
|
-
declare const _default$
|
|
1652
|
+
declare const _default$12: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2150
1653
|
|
|
2151
1654
|
interface Props$8 {
|
|
2152
1655
|
className?: string;
|
|
2153
1656
|
title: string;
|
|
2154
1657
|
}
|
|
2155
|
-
declare const _default$
|
|
1658
|
+
declare const _default$11: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
|
|
2156
1659
|
|
|
2157
|
-
declare const _default$
|
|
1660
|
+
declare const _default$10: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2158
1661
|
|
|
2159
1662
|
type Props$7 = {
|
|
2160
1663
|
className?: string;
|
|
@@ -2844,16 +2347,16 @@ declare const IconSort: React$1.FC<IconProps$H>;
|
|
|
2844
2347
|
|
|
2845
2348
|
declare const formatByDigits: (value: number) => string;
|
|
2846
2349
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
2847
|
-
declare const getDateLocale: (locale:
|
|
2350
|
+
declare const getDateLocale: (locale: SupportedLocales) => Locale;
|
|
2848
2351
|
declare const getGMTOffset: (timeZone: string) => string;
|
|
2849
|
-
declare const getMonthNameInGenitive: (date: Date, locale:
|
|
2352
|
+
declare const getMonthNameInGenitive: (date: Date, locale: SupportedLocales) => string;
|
|
2850
2353
|
|
|
2851
2354
|
type AnyRef = React__default.Ref<any>;
|
|
2852
2355
|
declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
|
|
2853
2356
|
|
|
2854
2357
|
type PriceNormilizeProps = {
|
|
2855
2358
|
price: number;
|
|
2856
|
-
locale
|
|
2359
|
+
locale: SupportedLocales;
|
|
2857
2360
|
currency?: SupportedCurrency;
|
|
2858
2361
|
side?: 'left' | 'right';
|
|
2859
2362
|
mode?: 'sign' | 'transcription' | 'sign_and_transcription';
|
|
@@ -2862,6 +2365,16 @@ type PriceNormilizeProps = {
|
|
|
2862
2365
|
};
|
|
2863
2366
|
declare const priceNormalize: ({ price, locale, currency, side, mode, roundingTo, extendedUsd, }: PriceNormilizeProps) => string;
|
|
2864
2367
|
|
|
2368
|
+
type PayoutPriceNormilizeProps = {
|
|
2369
|
+
price: number;
|
|
2370
|
+
locale: SupportedLocales;
|
|
2371
|
+
side?: 'left' | 'right';
|
|
2372
|
+
mode?: 'sign' | 'transcription' | 'sign_and_transcription';
|
|
2373
|
+
roundingTo?: number;
|
|
2374
|
+
extendedUsd?: boolean;
|
|
2375
|
+
};
|
|
2376
|
+
declare const payoutPriceNormalize: ({ price, locale, side, mode, roundingTo, extendedUsd, }: PayoutPriceNormilizeProps) => string;
|
|
2377
|
+
|
|
2865
2378
|
declare const newShade: (hexColor: string, magnitude: number) => string;
|
|
2866
2379
|
|
|
2867
2380
|
declare const replaceMarkdownWithReactElements: (text: string) => react_jsx_runtime.JSX.Element[];
|
|
@@ -2930,9 +2443,9 @@ type SlotsGridItemProps = {
|
|
|
2930
2443
|
onSelectionChange: () => void;
|
|
2931
2444
|
};
|
|
2932
2445
|
|
|
2933
|
-
declare const _default
|
|
2446
|
+
declare const _default$$: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2934
2447
|
|
|
2935
|
-
declare const _default$
|
|
2448
|
+
declare const _default$_: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
2936
2449
|
|
|
2937
2450
|
type PushNotificationsModalProps = {
|
|
2938
2451
|
onApplyPermission: () => void;
|
|
@@ -2997,6 +2510,7 @@ type SpecialistInfoColumnFeatureProps = {
|
|
|
2997
2510
|
currentPriceType: SupportedCurrency;
|
|
2998
2511
|
className?: string;
|
|
2999
2512
|
userBalance?: number;
|
|
2513
|
+
locale: SupportedLocales;
|
|
3000
2514
|
};
|
|
3001
2515
|
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
|
|
3002
2516
|
|
|
@@ -3048,23 +2562,23 @@ type ShareModalFeatureProps = {
|
|
|
3048
2562
|
};
|
|
3049
2563
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
3050
2564
|
|
|
3051
|
-
declare const _default$
|
|
2565
|
+
declare const _default$Z: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
3052
2566
|
|
|
3053
|
-
declare const _default$
|
|
2567
|
+
declare const _default$Y: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
3054
2568
|
|
|
3055
2569
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
3056
2570
|
className?: string;
|
|
3057
2571
|
};
|
|
3058
2572
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
|
|
3059
2573
|
|
|
3060
|
-
declare const _default$
|
|
2574
|
+
declare const _default$X: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3061
2575
|
|
|
3062
2576
|
type ConsultationsListProps = {
|
|
2577
|
+
locale: SupportedLocales;
|
|
3063
2578
|
consultations: SpecialistConsultation[];
|
|
3064
|
-
locale?: string;
|
|
3065
2579
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
3066
2580
|
};
|
|
3067
|
-
declare const _default$
|
|
2581
|
+
declare const _default$W: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
3068
2582
|
|
|
3069
2583
|
type ConsultationsListSkeletonType = {
|
|
3070
2584
|
className?: string;
|
|
@@ -3073,15 +2587,15 @@ declare const ConsultationsListSkeleton: FC<ConsultationsListSkeletonType>;
|
|
|
3073
2587
|
|
|
3074
2588
|
type CalendarPickerFeatureProps = {
|
|
3075
2589
|
date: Date;
|
|
3076
|
-
locale
|
|
2590
|
+
locale: SupportedLocales;
|
|
3077
2591
|
mode: 'button' | 'auto' | undefined;
|
|
3078
2592
|
opened?: boolean;
|
|
3079
2593
|
dateCallback: (date: Date) => void;
|
|
3080
2594
|
lastDate: Date;
|
|
3081
2595
|
};
|
|
3082
|
-
declare const _default$
|
|
2596
|
+
declare const _default$V: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
3083
2597
|
|
|
3084
|
-
declare const _default$
|
|
2598
|
+
declare const _default$U: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
3085
2599
|
|
|
3086
2600
|
type GoogleCalendarModalFeatureProps = {
|
|
3087
2601
|
isOpen: boolean;
|
|
@@ -3096,7 +2610,7 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
3096
2610
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
3097
2611
|
|
|
3098
2612
|
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
|
|
3099
|
-
declare const _default$
|
|
2613
|
+
declare const _default$T: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3100
2614
|
id?: string | undefined;
|
|
3101
2615
|
avatarSrc?: string | undefined;
|
|
3102
2616
|
name: string;
|
|
@@ -3109,7 +2623,7 @@ declare const _default$y: React__default.MemoExoticComponent<React__default.Forw
|
|
|
3109
2623
|
onExpandReview?(): void;
|
|
3110
2624
|
className?: string | undefined;
|
|
3111
2625
|
useDate?: boolean | undefined;
|
|
3112
|
-
locale?:
|
|
2626
|
+
locale?: SupportedLocales | undefined;
|
|
3113
2627
|
isEditable?: boolean | undefined;
|
|
3114
2628
|
onEditReview?: ((review: Pick<SpecialistReview$1, "id" | "review_rating" | "text_of_review">) => void) | undefined;
|
|
3115
2629
|
} & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
|
|
@@ -3200,7 +2714,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
3200
2714
|
icon?: ReactNode | string;
|
|
3201
2715
|
isKeyboardShown?: boolean;
|
|
3202
2716
|
};
|
|
3203
|
-
declare const _default$
|
|
2717
|
+
declare const _default$S: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
3204
2718
|
|
|
3205
2719
|
type SelectionType = {
|
|
3206
2720
|
value: any;
|
|
@@ -3218,7 +2732,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
3218
2732
|
onTouchStart?: () => void;
|
|
3219
2733
|
onTouchEnd?: () => void;
|
|
3220
2734
|
};
|
|
3221
|
-
declare const _default$
|
|
2735
|
+
declare const _default$R: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
3222
2736
|
|
|
3223
2737
|
type TextAreaFormFeatureProps = {
|
|
3224
2738
|
title?: string;
|
|
@@ -3234,7 +2748,7 @@ type TextAreaFormFeatureProps = {
|
|
|
3234
2748
|
maxlength?: number;
|
|
3235
2749
|
HeaderComponent?: FC;
|
|
3236
2750
|
};
|
|
3237
|
-
declare const _default$
|
|
2751
|
+
declare const _default$Q: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
3238
2752
|
|
|
3239
2753
|
type AcceptAgreementFeatureProps = {
|
|
3240
2754
|
isAccepted: boolean;
|
|
@@ -3257,7 +2771,7 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
3257
2771
|
searchPlaceholder?: string;
|
|
3258
2772
|
enableSearch?: boolean;
|
|
3259
2773
|
} & WithTranslation;
|
|
3260
|
-
declare const _default$
|
|
2774
|
+
declare const _default$P: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
3261
2775
|
|
|
3262
2776
|
type MarkdownContainerFeatureProps = {
|
|
3263
2777
|
children?: string | null;
|
|
@@ -3265,11 +2779,11 @@ type MarkdownContainerFeatureProps = {
|
|
|
3265
2779
|
className?: string;
|
|
3266
2780
|
forceBlock?: boolean;
|
|
3267
2781
|
};
|
|
3268
|
-
declare const _default$
|
|
2782
|
+
declare const _default$O: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
3269
2783
|
|
|
3270
|
-
declare const _default$
|
|
2784
|
+
declare const _default$N: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
3271
2785
|
|
|
3272
|
-
declare const _default$
|
|
2786
|
+
declare const _default$M: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
3273
2787
|
|
|
3274
2788
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3275
2789
|
onChange?: (value: string[]) => void;
|
|
@@ -3277,7 +2791,7 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
|
3277
2791
|
theme?: OnBoardingThemeV2Type;
|
|
3278
2792
|
template?: 'checkbox' | 'icon';
|
|
3279
2793
|
} & OnBoardingMultiSelectScreenType;
|
|
3280
|
-
declare const _default$
|
|
2794
|
+
declare const _default$L: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3281
2795
|
|
|
3282
2796
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3283
2797
|
onChange?: (value: string) => void;
|
|
@@ -3285,7 +2799,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
|
3285
2799
|
theme?: OnBoardingThemeV2Type;
|
|
3286
2800
|
template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
|
|
3287
2801
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3288
|
-
declare const _default$
|
|
2802
|
+
declare const _default$K: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3289
2803
|
|
|
3290
2804
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
3291
2805
|
t?: WithTranslation['t'];
|
|
@@ -3310,9 +2824,9 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3310
2824
|
image?: ResponseFileType | null;
|
|
3311
2825
|
progressSettings?: OnBoardingProgressSettingsScreenType | null;
|
|
3312
2826
|
};
|
|
3313
|
-
declare const _default$
|
|
2827
|
+
declare const _default$J: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3314
2828
|
|
|
3315
|
-
declare const _default$
|
|
2829
|
+
declare const _default$I: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3316
2830
|
|
|
3317
2831
|
type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
3318
2832
|
email: string | null;
|
|
@@ -3320,7 +2834,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
|
3320
2834
|
onChangeEmail?: (email: string) => void;
|
|
3321
2835
|
onSubmit?: () => void;
|
|
3322
2836
|
};
|
|
3323
|
-
declare const _default$
|
|
2837
|
+
declare const _default$H: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
|
|
3324
2838
|
|
|
3325
2839
|
type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
|
|
3326
2840
|
email: string | null;
|
|
@@ -3331,7 +2845,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
|
|
|
3331
2845
|
onChangePassword?: (password: string) => void;
|
|
3332
2846
|
onSubmit?: () => void;
|
|
3333
2847
|
};
|
|
3334
|
-
declare const _default$
|
|
2848
|
+
declare const _default$G: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
|
|
3335
2849
|
|
|
3336
2850
|
type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
3337
2851
|
className?: string;
|
|
@@ -3343,7 +2857,7 @@ declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenP
|
|
|
3343
2857
|
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
3344
2858
|
specialists: Specialist[];
|
|
3345
2859
|
reviews: ISpecialistReview[];
|
|
3346
|
-
locale
|
|
2860
|
+
locale: SupportedLocales;
|
|
3347
2861
|
useAdditionalDiscount?: boolean;
|
|
3348
2862
|
onBuyTariff?: (tariffId: string) => void;
|
|
3349
2863
|
isLoading?: boolean;
|
|
@@ -3355,7 +2869,7 @@ declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenP
|
|
|
3355
2869
|
|
|
3356
2870
|
type OnBoardingChartScreenPreviewFeatureProps = {
|
|
3357
2871
|
className?: string;
|
|
3358
|
-
locale:
|
|
2872
|
+
locale: SupportedLocales;
|
|
3359
2873
|
isPreview?: boolean;
|
|
3360
2874
|
theme?: OnBoardingThemeV2Type;
|
|
3361
2875
|
} & OnBoardingChartScreenType;
|
|
@@ -3376,7 +2890,7 @@ type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
|
|
|
3376
2890
|
initialVisibleCount?: number;
|
|
3377
2891
|
t?: WithTranslation['t'];
|
|
3378
2892
|
} & OnBoardingGoalSelectScreenType;
|
|
3379
|
-
declare const _default$
|
|
2893
|
+
declare const _default$F: React__default.NamedExoticComponent<OnBoardingGoalSelectionScreenPreviewFeatureProps>;
|
|
3380
2894
|
|
|
3381
2895
|
type SpecialistAreaByMatch = {
|
|
3382
2896
|
text: string;
|
|
@@ -3413,7 +2927,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
|
3413
2927
|
hideShowMore?: boolean;
|
|
3414
2928
|
}
|
|
3415
2929
|
|
|
3416
|
-
declare const _default$
|
|
2930
|
+
declare const _default$E: React__default.NamedExoticComponent<Props$2>;
|
|
3417
2931
|
|
|
3418
2932
|
type Props$1 = {
|
|
3419
2933
|
className?: string;
|
|
@@ -3452,6 +2966,7 @@ type FilterBooleanFeatureProps = {
|
|
|
3452
2966
|
};
|
|
3453
2967
|
|
|
3454
2968
|
type FilterRangeFeatureProps = {
|
|
2969
|
+
locale: SupportedLocales;
|
|
3455
2970
|
className?: string;
|
|
3456
2971
|
min?: number;
|
|
3457
2972
|
max?: number;
|
|
@@ -3485,6 +3000,7 @@ type FilterFeatureProps = {
|
|
|
3485
3000
|
description?: string;
|
|
3486
3001
|
multiple?: boolean;
|
|
3487
3002
|
range?: number[];
|
|
3003
|
+
locale: SupportedLocales;
|
|
3488
3004
|
totalItems?: number;
|
|
3489
3005
|
isLoadingTotalItems?: boolean;
|
|
3490
3006
|
onChange?(value: FilterValue): void;
|
|
@@ -3522,6 +3038,7 @@ type FiltersWidgetProps = {
|
|
|
3522
3038
|
totalItems?: number;
|
|
3523
3039
|
isLoadingTotalItems?: boolean;
|
|
3524
3040
|
className?: string;
|
|
3041
|
+
locale: SupportedLocales;
|
|
3525
3042
|
currency?: SupportedCurrency;
|
|
3526
3043
|
staticFiltersKeys?: string[];
|
|
3527
3044
|
onClose?(): void;
|
|
@@ -3583,7 +3100,7 @@ type SessionPreviewFeatureProps = {
|
|
|
3583
3100
|
viewPerson?: 'client' | 'specialist';
|
|
3584
3101
|
t?: WithTranslation['t'];
|
|
3585
3102
|
isLoading?: boolean;
|
|
3586
|
-
locale
|
|
3103
|
+
locale: SupportedLocales;
|
|
3587
3104
|
maxPeriodToReviewPastSessionInHours?: number;
|
|
3588
3105
|
onSessionClick?(session: Session): void;
|
|
3589
3106
|
onSessionStart?(session: Session): void;
|
|
@@ -3716,7 +3233,7 @@ declare const ReviewSubscriptionSessionFeature: React__default.FC<ReviewSubscrip
|
|
|
3716
3233
|
|
|
3717
3234
|
type MindlyReviewFeatureProps = {
|
|
3718
3235
|
isOpen: boolean;
|
|
3719
|
-
locale:
|
|
3236
|
+
locale: SupportedLocales;
|
|
3720
3237
|
linkMapper: Record<string, string>;
|
|
3721
3238
|
isCommentRequired?: boolean;
|
|
3722
3239
|
isInterviewEnabled?: boolean;
|
|
@@ -3739,7 +3256,7 @@ type TariffFeatureProps = {
|
|
|
3739
3256
|
label: string;
|
|
3740
3257
|
priceBefore?: number;
|
|
3741
3258
|
price: number;
|
|
3742
|
-
locale
|
|
3259
|
+
locale: SupportedLocales;
|
|
3743
3260
|
id: string;
|
|
3744
3261
|
isSelected: boolean;
|
|
3745
3262
|
badge?: string;
|
|
@@ -3793,7 +3310,7 @@ declare const TabsFeatureSkeleton: React__default.FC<Partial<TabsFeatureProps>>;
|
|
|
3793
3310
|
type ScheduleFeatureProps = {
|
|
3794
3311
|
className?: string;
|
|
3795
3312
|
t?: WithTranslation['t'];
|
|
3796
|
-
locale?:
|
|
3313
|
+
locale?: SupportedLocales;
|
|
3797
3314
|
forceLoading?: boolean;
|
|
3798
3315
|
variant?: 'full' | 'flat';
|
|
3799
3316
|
slotsLimit?: number;
|
|
@@ -3823,7 +3340,7 @@ type SelectionListFeatureProps = {
|
|
|
3823
3340
|
selectionMode?: 'single' | 'multiple';
|
|
3824
3341
|
};
|
|
3825
3342
|
|
|
3826
|
-
declare const _default$
|
|
3343
|
+
declare const _default$D: React__default.NamedExoticComponent<SelectionListFeatureProps & WithTranslation<undefined, undefined>>;
|
|
3827
3344
|
|
|
3828
3345
|
type SupportedCountryLocale = string;
|
|
3829
3346
|
type Tabs = {
|
|
@@ -3876,7 +3393,7 @@ declare const getSessionsByYear: (sessions: Session[]) => Map<number, Session[]>
|
|
|
3876
3393
|
declare const getSessionsByMonth: (sessions: Session[]) => Map<number, Session[]>;
|
|
3877
3394
|
declare const getSessionsByDay: (sessions: Session[]) => Map<number, Session[]>;
|
|
3878
3395
|
declare const splitSessions: (sessions: Session[]) => Map<string, Session[]>;
|
|
3879
|
-
declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale:
|
|
3396
|
+
declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale: SupportedLocales) => string;
|
|
3880
3397
|
declare const canManageSession: (sessionDate?: Date) => boolean;
|
|
3881
3398
|
|
|
3882
3399
|
declare const mockT: (translate?: Record<string, string>) => WithTranslation['t'];
|
|
@@ -4060,11 +3577,750 @@ declare class GlobalAuthState {
|
|
|
4060
3577
|
*/
|
|
4061
3578
|
declare const globalAuthState: GlobalAuthState;
|
|
4062
3579
|
|
|
3580
|
+
type SpecialistCardWidgetProps = {
|
|
3581
|
+
t?: WithTranslation['t'];
|
|
3582
|
+
loading?: boolean;
|
|
3583
|
+
specialist: Specialist;
|
|
3584
|
+
isFavourite?: boolean;
|
|
3585
|
+
onToggleFavourite(): void;
|
|
3586
|
+
onCardClick(): void;
|
|
3587
|
+
currentUser?: UserType;
|
|
3588
|
+
};
|
|
3589
|
+
|
|
3590
|
+
declare const _default$C: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
|
|
3591
|
+
|
|
3592
|
+
type SpecialistCardListWidgetProps = {
|
|
3593
|
+
t?: WithTranslation['t'];
|
|
3594
|
+
specialists: Specialist[];
|
|
3595
|
+
onToggleFavourite: (specialist: Specialist) => void;
|
|
3596
|
+
onVideoPlay?: (src: string) => void;
|
|
3597
|
+
onRefreshClick?(): void;
|
|
3598
|
+
onFavoriteClick?(): void;
|
|
3599
|
+
onCardClick?(id: string): void;
|
|
3600
|
+
isLoading?: boolean;
|
|
3601
|
+
currentUser?: UserType;
|
|
3602
|
+
};
|
|
3603
|
+
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
|
|
3604
|
+
|
|
3605
|
+
declare const _default$B: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
|
|
3606
|
+
routeClick: () => void;
|
|
3607
|
+
} & TranslationType>;
|
|
3608
|
+
|
|
3609
|
+
declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3610
|
+
|
|
3611
|
+
type UpdateContractWidgetProps = {
|
|
3612
|
+
isAccepted: boolean;
|
|
3613
|
+
setIsAccepted: (isAccepted: boolean) => void;
|
|
3614
|
+
handlePressLink: () => void;
|
|
3615
|
+
heading: string;
|
|
3616
|
+
image: string;
|
|
3617
|
+
avatar: string;
|
|
3618
|
+
applyText: string;
|
|
3619
|
+
onApply: () => void;
|
|
3620
|
+
agreementText: string[];
|
|
3621
|
+
isLoading?: boolean;
|
|
3622
|
+
};
|
|
3623
|
+
declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
|
|
3624
|
+
|
|
3625
|
+
type SpecialistDetailWidgetProps = {
|
|
3626
|
+
locale: SupportedLocales;
|
|
3627
|
+
t?: WithTranslation['t'];
|
|
3628
|
+
isLoading?: boolean;
|
|
3629
|
+
specialist: Specialist;
|
|
3630
|
+
reviews?: SpecialistReview$1[];
|
|
3631
|
+
country: string;
|
|
3632
|
+
isAuth?: boolean;
|
|
3633
|
+
isSpecialistUnAvailable?: boolean;
|
|
3634
|
+
onLoadMoreReviews?(): void;
|
|
3635
|
+
currentUser?: UserType;
|
|
3636
|
+
hasSessions?: boolean;
|
|
3637
|
+
showContract?: boolean;
|
|
3638
|
+
showReview?: boolean;
|
|
3639
|
+
presentingElement?: HTMLElement;
|
|
3640
|
+
onOpenContract?(): void;
|
|
3641
|
+
onRateSession?(): void;
|
|
3642
|
+
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
3643
|
+
areasOfWorkByClientProblem: {
|
|
3644
|
+
names: string[];
|
|
3645
|
+
label: string;
|
|
3646
|
+
};
|
|
3647
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
3648
|
+
events: {
|
|
3649
|
+
onSuperSpecialistArticleClick?(): void;
|
|
3650
|
+
onNewSpecialistArticleClick?(): void;
|
|
3651
|
+
onVideoButtonClick?(): void;
|
|
3652
|
+
onMoreClick?(entity: string): void;
|
|
3653
|
+
onReviewsModalViewed?(): void;
|
|
3654
|
+
onOpenSuperSpecialistArticle?(): void;
|
|
3655
|
+
onOpenNewSpecialistArticle?(): void;
|
|
3656
|
+
};
|
|
3657
|
+
};
|
|
3658
|
+
|
|
3659
|
+
declare const _default$z: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
|
|
3660
|
+
|
|
3661
|
+
declare const SpecialistDetailWidgetSkeleton: React__default.FC;
|
|
3662
|
+
|
|
3663
|
+
declare const FiltersWidget: FC<FiltersWidgetProps>;
|
|
3664
|
+
|
|
3665
|
+
type SpecialistPreviewListWidgetProps = {
|
|
3666
|
+
specialists: Specialist[];
|
|
3667
|
+
isLoading?: boolean;
|
|
3668
|
+
title?: string;
|
|
3669
|
+
className?: string;
|
|
3670
|
+
onToggleFavourite?(specialist: Specialist): void;
|
|
3671
|
+
onCardClick?(specialist: Specialist): void;
|
|
3672
|
+
t?: WithTranslation['t'];
|
|
3673
|
+
};
|
|
3674
|
+
|
|
3675
|
+
declare const SpecialistPreviewListWidget: React__default.FC<SpecialistPreviewListWidgetProps>;
|
|
3676
|
+
|
|
3677
|
+
type SessionsWidgetProps = {
|
|
3678
|
+
futureSessions?: Session[];
|
|
3679
|
+
previousSessions?: Session[];
|
|
3680
|
+
hasMorePreviousSessions?: boolean;
|
|
3681
|
+
locale: SupportedLocales;
|
|
3682
|
+
isLoadingFutureSessions?: boolean;
|
|
3683
|
+
isLoadingPreviousSessions?: boolean;
|
|
3684
|
+
maxPeriodToReviewPastSessionInHours?: number;
|
|
3685
|
+
loadPreviousSessions: () => Promise<{
|
|
3686
|
+
list: Session[];
|
|
3687
|
+
total: number;
|
|
3688
|
+
}>;
|
|
3689
|
+
rateSessionCallback?: (session: Session) => void;
|
|
3690
|
+
onSessionClick?(session: Session): void;
|
|
3691
|
+
onSessionStart?(session: Session): void;
|
|
3692
|
+
onScheduleSession?(): void;
|
|
3693
|
+
t?: WithTranslation['t'];
|
|
3694
|
+
};
|
|
3695
|
+
|
|
3696
|
+
declare const SessionsWidget: React__default.FC<SessionsWidgetProps>;
|
|
3697
|
+
|
|
3698
|
+
type SessionDetailWidgetProps = {
|
|
3699
|
+
session?: Session;
|
|
3700
|
+
specialist?: Specialist;
|
|
3701
|
+
isLoading?: boolean;
|
|
3702
|
+
t?: WithTranslation['t'];
|
|
3703
|
+
viewPerson?: 'client' | 'specialist';
|
|
3704
|
+
locale: SupportedLocales;
|
|
3705
|
+
onSessionStart?(session: Session): void;
|
|
3706
|
+
onRescheduleClick?(session: Session): void;
|
|
3707
|
+
onCancelClick?(session: Session): void;
|
|
3708
|
+
onPaymentDetailsClick?(session: Session): void;
|
|
3709
|
+
onContractClick?(): void;
|
|
3710
|
+
onChatClick?(session: Session): void;
|
|
3711
|
+
onBackClick?(): void;
|
|
3712
|
+
onSpecialistProfileClick?(session: Session): void;
|
|
3713
|
+
};
|
|
3714
|
+
|
|
3715
|
+
declare const SessionDetailWidget: React__default.FC<SessionDetailWidgetProps>;
|
|
3716
|
+
|
|
3717
|
+
type SessionPaymentsWidgetProps = {
|
|
3718
|
+
t?: WithTranslation['t'];
|
|
3719
|
+
onInvoiceClick?(): void;
|
|
3720
|
+
onPaymentReceiptClick?(): void;
|
|
3721
|
+
onAllSessionsClick?(): void;
|
|
3722
|
+
onBackClick?(): void;
|
|
3723
|
+
isLoading?: boolean;
|
|
3724
|
+
session?: Session;
|
|
3725
|
+
};
|
|
3726
|
+
|
|
3727
|
+
declare const SessionPaymentsWidget: React__default.FC<SessionPaymentsWidgetProps>;
|
|
3728
|
+
|
|
3729
|
+
type SpecialistPreviewWidgetProps = {
|
|
3730
|
+
t?: WithTranslation['t'];
|
|
3731
|
+
specialist: Specialist;
|
|
3732
|
+
variant?: VariantEnum;
|
|
3733
|
+
className?: string;
|
|
3734
|
+
};
|
|
3735
|
+
|
|
3736
|
+
declare const _default$y: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
3737
|
+
|
|
3738
|
+
type SpecialistDetailWithTabsWidgetProps = {
|
|
3739
|
+
locale: SupportedLocales;
|
|
3740
|
+
t?: WithTranslation['t'];
|
|
3741
|
+
isLoading?: boolean;
|
|
3742
|
+
specialist: Specialist;
|
|
3743
|
+
reviews?: SpecialistReview$1[];
|
|
3744
|
+
country: string;
|
|
3745
|
+
isAuth?: boolean;
|
|
3746
|
+
isSpecialistUnAvailable?: boolean;
|
|
3747
|
+
onLoadMoreReviews?(): void;
|
|
3748
|
+
currentUser?: UserType;
|
|
3749
|
+
presentingElement?: HTMLElement;
|
|
3750
|
+
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
3751
|
+
areasOfWorkByClientProblem: {
|
|
3752
|
+
names: string[];
|
|
3753
|
+
label: string;
|
|
3754
|
+
};
|
|
3755
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
3756
|
+
videoDisplayVariant?: 'default' | 'without_video_cover' | 'without_video';
|
|
3757
|
+
events: {
|
|
3758
|
+
onOpenSuperSpecialistArticle?(): void;
|
|
3759
|
+
onOpenNewSpecialistArticle?(): void;
|
|
3760
|
+
onVideoCoverClick?(): void;
|
|
3761
|
+
onVideoButtonClick?(): void;
|
|
3762
|
+
onTabClick?(tab: string): void;
|
|
3763
|
+
onMoreClick?(entity: string): void;
|
|
3764
|
+
onReviewsModalViewed?(): void;
|
|
3765
|
+
onScheduleDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
3766
|
+
onScheduleSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
3767
|
+
};
|
|
3768
|
+
};
|
|
3769
|
+
|
|
3770
|
+
declare const _default$x: React__default.NamedExoticComponent<SpecialistDetailWithTabsWidgetProps>;
|
|
3771
|
+
|
|
3772
|
+
declare const SpecialistDetailWithTabsSkeleton: React__default.FC;
|
|
3773
|
+
|
|
3774
|
+
type SpecialistCardWithScheduleWidgetProps = {
|
|
3775
|
+
t?: WithTranslation['t'];
|
|
3776
|
+
loading?: boolean;
|
|
3777
|
+
specialist: Specialist;
|
|
3778
|
+
isFavourite?: boolean;
|
|
3779
|
+
onToggleFavourite(): void;
|
|
3780
|
+
onCardClick(): void;
|
|
3781
|
+
currentUser?: UserType;
|
|
3782
|
+
isBookingLoading?: boolean;
|
|
3783
|
+
children?: React.ReactNode;
|
|
3784
|
+
events?: {
|
|
3785
|
+
onVideoClick?(): void;
|
|
3786
|
+
onScheduleDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
3787
|
+
onScheduleSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
3788
|
+
onScheduleShowAll?: () => void;
|
|
3789
|
+
};
|
|
3790
|
+
};
|
|
3791
|
+
|
|
3792
|
+
declare const _default$w: React__default.NamedExoticComponent<SpecialistCardWithScheduleWidgetProps>;
|
|
3793
|
+
|
|
3794
|
+
declare const SpecialistCardSkeleton: React__default.FC;
|
|
3795
|
+
|
|
3796
|
+
type ChatListItemProps = {
|
|
3797
|
+
name: string;
|
|
3798
|
+
message?: string;
|
|
3799
|
+
avatar?: string;
|
|
3800
|
+
avatarReplacer?: JSX.Element;
|
|
3801
|
+
newMessagesCount?: number;
|
|
3802
|
+
onClick?: () => void;
|
|
3803
|
+
status?: 'sent' | 'viewed';
|
|
3804
|
+
time?: number;
|
|
3805
|
+
timeZone?: string;
|
|
3806
|
+
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
|
|
3807
|
+
locale?: SupportedLocales;
|
|
3808
|
+
isDisabled?: boolean;
|
|
3809
|
+
t?: WithTranslation['t'];
|
|
3810
|
+
};
|
|
3811
|
+
declare const _default$v: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
3812
|
+
|
|
3813
|
+
type ChatMessageProps = {
|
|
3814
|
+
message: string | File;
|
|
3815
|
+
/**
|
|
3816
|
+
* This property is specifically for broadcast messages.
|
|
3817
|
+
* It allows a separate file (e.g., an image URL) to be associated with the broadcast message,
|
|
3818
|
+
* while the 'message' property contains the text content.
|
|
3819
|
+
*/
|
|
3820
|
+
fileUrl?: string;
|
|
3821
|
+
position: 'left' | 'right';
|
|
3822
|
+
time: number;
|
|
3823
|
+
timeZone?: string;
|
|
3824
|
+
status?: 'loading' | 'sent' | 'viewed';
|
|
3825
|
+
messageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
|
|
3826
|
+
onFileClick?: (type: 'file' | 'image', link: string) => void;
|
|
3827
|
+
fileInfo?: {
|
|
3828
|
+
originalName: string;
|
|
3829
|
+
size: number;
|
|
3830
|
+
width?: number;
|
|
3831
|
+
height?: number;
|
|
3832
|
+
};
|
|
3833
|
+
locale: SupportedLocales;
|
|
3834
|
+
buttons?: {
|
|
3835
|
+
text: string;
|
|
3836
|
+
onClickHandler: () => void;
|
|
3837
|
+
}[] | null;
|
|
3838
|
+
};
|
|
3839
|
+
declare const _default$u: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
3840
|
+
|
|
3841
|
+
declare const ChatMessageSkeleton: () => react_jsx_runtime.JSX.Element;
|
|
3842
|
+
|
|
3843
|
+
declare const _default$t: React__default.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
|
|
3844
|
+
|
|
3845
|
+
type EmptyChatList = {
|
|
3846
|
+
title?: string;
|
|
3847
|
+
text?: string;
|
|
3848
|
+
withButton?: boolean;
|
|
3849
|
+
buttonTitle?: string;
|
|
3850
|
+
onClick?: () => void;
|
|
3851
|
+
};
|
|
3852
|
+
declare const EmptyChatList: FC<EmptyChatList>;
|
|
3853
|
+
declare const _default$s: React__default.NamedExoticComponent<EmptyChatList>;
|
|
3854
|
+
|
|
3855
|
+
type EmptyChatMessagesProps = {
|
|
3856
|
+
title?: string;
|
|
3857
|
+
text: string;
|
|
3858
|
+
};
|
|
3859
|
+
declare const EmptyChatMessages: FC<EmptyChatMessagesProps>;
|
|
3860
|
+
|
|
3861
|
+
type FileInfoType = {
|
|
3862
|
+
originalName: string;
|
|
3863
|
+
size: number;
|
|
3864
|
+
width?: number;
|
|
3865
|
+
height?: number;
|
|
3866
|
+
};
|
|
3867
|
+
type TextareaProps = {
|
|
3868
|
+
onSend: (value: string) => void;
|
|
3869
|
+
defaultValue?: string;
|
|
3870
|
+
onFocus?: () => void;
|
|
3871
|
+
onBlur?: () => void;
|
|
3872
|
+
isOpen: boolean;
|
|
3873
|
+
maxLength: number;
|
|
3874
|
+
onError?: (message: string) => void;
|
|
3875
|
+
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
3876
|
+
t?: WithTranslation['t'];
|
|
3877
|
+
};
|
|
3878
|
+
declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
3879
|
+
|
|
3880
|
+
type UpdatesPopupPropsType = {
|
|
3881
|
+
text?: string;
|
|
3882
|
+
closeHandler?: () => void;
|
|
3883
|
+
buttonHandler?: () => void;
|
|
3884
|
+
buttonType?: Extract<ButtonProps$2, 'buttonType'>;
|
|
3885
|
+
buttonText?: string;
|
|
3886
|
+
disabledButton?: Extract<ButtonProps$2, 'isDisabled'>;
|
|
3887
|
+
};
|
|
3888
|
+
declare const UpdatesCard: React__default.FC<UpdatesPopupPropsType>;
|
|
3889
|
+
|
|
3890
|
+
type VideoCallSwitchDevice = {
|
|
3891
|
+
/**
|
|
3892
|
+
* Modal heading
|
|
3893
|
+
*/
|
|
3894
|
+
heading?: string;
|
|
3895
|
+
/**
|
|
3896
|
+
* List of available devices(to get call AgoraRTC.getDevices()
|
|
3897
|
+
*/
|
|
3898
|
+
deviceList?: MediaDeviceInfo[];
|
|
3899
|
+
/**
|
|
3900
|
+
* Device which active for this moment
|
|
3901
|
+
*/
|
|
3902
|
+
activeDeviceID?: string;
|
|
3903
|
+
/**
|
|
3904
|
+
* On click handler that triggers when user click to any button in list
|
|
3905
|
+
*/
|
|
3906
|
+
onClickDeviceHandler?: (deviceID: string) => void;
|
|
3907
|
+
/**
|
|
3908
|
+
* Type of device for switching
|
|
3909
|
+
*/
|
|
3910
|
+
deviceType: 'audio' | 'video';
|
|
3911
|
+
/**
|
|
3912
|
+
* Handler that trigger disables audio or video tracks, if not specify last button in modal won`t showing
|
|
3913
|
+
*/
|
|
3914
|
+
disableDeviceHandler?: () => void;
|
|
3915
|
+
/**
|
|
3916
|
+
* If device disabled - false, in another way - true
|
|
3917
|
+
*/
|
|
3918
|
+
isDisabled?: boolean;
|
|
3919
|
+
translations: {
|
|
3920
|
+
micro: string;
|
|
3921
|
+
camera: string;
|
|
3922
|
+
offText: string;
|
|
3923
|
+
};
|
|
3924
|
+
};
|
|
3925
|
+
declare const SwitchDeviceCard: React__default.FC<VideoCallSwitchDevice>;
|
|
3926
|
+
|
|
3927
|
+
type SectionHeadingProps = {
|
|
3928
|
+
text: string;
|
|
3929
|
+
icon?: string;
|
|
3930
|
+
iconDimension?: number;
|
|
3931
|
+
color?: string;
|
|
3932
|
+
showLoader?: boolean;
|
|
3933
|
+
};
|
|
3934
|
+
declare const SectionHeading: React__default.FC<SectionHeadingProps>;
|
|
3935
|
+
|
|
3936
|
+
type SkeletonProps = {
|
|
3937
|
+
widthPx?: number;
|
|
3938
|
+
heightPx?: number;
|
|
3939
|
+
style?: React__default.CSSProperties;
|
|
3940
|
+
} & Omit<JSX$1.IonSkeletonText, 'animated'>;
|
|
3941
|
+
/**
|
|
3942
|
+
* @deprecated
|
|
3943
|
+
*/
|
|
3944
|
+
declare const Skeleton: React__default.FC<SkeletonProps>;
|
|
3945
|
+
|
|
3946
|
+
declare const Tag: React__default.FC;
|
|
3947
|
+
|
|
3948
|
+
type AppFooterProps = {
|
|
3949
|
+
fullwidth?: boolean;
|
|
3950
|
+
style?: CSSProperties;
|
|
3951
|
+
className?: string;
|
|
3952
|
+
};
|
|
3953
|
+
declare const AppFooter: FC<AppFooterProps>;
|
|
3954
|
+
|
|
3955
|
+
type VideoPlayerProps = {
|
|
3956
|
+
videoLink: string;
|
|
3957
|
+
closeModalHandler?: () => void;
|
|
3958
|
+
onErrorContent: React__default.ReactElement;
|
|
3959
|
+
} & JSX$1.IonModal;
|
|
3960
|
+
declare const _default$q: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
3961
|
+
|
|
3962
|
+
type NotSupportModalProps = {
|
|
3963
|
+
closeModal?: () => void;
|
|
3964
|
+
redText?: React__default.ReactElement;
|
|
3965
|
+
mainText?: React__default.ReactElement;
|
|
3966
|
+
buttonLink?: string;
|
|
3967
|
+
type?: 'danger' | 'primary';
|
|
3968
|
+
title?: string;
|
|
3969
|
+
translations: {
|
|
3970
|
+
buttonText: string;
|
|
3971
|
+
downloadChromeText: string;
|
|
3972
|
+
attention: string;
|
|
3973
|
+
};
|
|
3974
|
+
} & JSX$1.IonModal;
|
|
3975
|
+
declare const NotSupportModal: React__default.FC<NotSupportModalProps>;
|
|
3976
|
+
|
|
3977
|
+
type UserInfo = {
|
|
3978
|
+
name: string;
|
|
3979
|
+
avatar?: string;
|
|
3980
|
+
position?: string;
|
|
3981
|
+
};
|
|
3982
|
+
type VideoCallInfoProps = {
|
|
3983
|
+
userInfo: UserInfo;
|
|
3984
|
+
consultationDate?: number;
|
|
3985
|
+
timeZone?: string;
|
|
3986
|
+
locale: SupportedLocales;
|
|
3987
|
+
translations: {
|
|
3988
|
+
dateAndTime: string;
|
|
3989
|
+
toStartSession: string;
|
|
3990
|
+
abbreviatedDay: string;
|
|
3991
|
+
abbreviatedHour: string;
|
|
3992
|
+
abbreviatedMinutes: string;
|
|
3993
|
+
abbreviatedSeconds: string;
|
|
3994
|
+
};
|
|
3995
|
+
};
|
|
3996
|
+
declare const _default$p: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
3997
|
+
|
|
3998
|
+
declare enum ConsultationCardType {
|
|
3999
|
+
FEATURE = "feature",
|
|
4000
|
+
PAST = "past",
|
|
4001
|
+
LAST = "last",
|
|
4002
|
+
UNBOOKED = "unbooked"
|
|
4003
|
+
}
|
|
4004
|
+
type ConsultationCardProps = {
|
|
4005
|
+
type: ConsultationCardType;
|
|
4006
|
+
sessionId: string;
|
|
4007
|
+
name: string;
|
|
4008
|
+
avatar?: string;
|
|
4009
|
+
time: number;
|
|
4010
|
+
timeZone?: string;
|
|
4011
|
+
onClick?: (sessionId: string) => void;
|
|
4012
|
+
isLoading?: boolean;
|
|
4013
|
+
onVideoCall?: (sessionId: string) => void;
|
|
4014
|
+
withBorder?: boolean;
|
|
4015
|
+
locale: SupportedLocales;
|
|
4016
|
+
translations?: {
|
|
4017
|
+
with?: string;
|
|
4018
|
+
join?: string;
|
|
4019
|
+
sessionDuration?: string;
|
|
4020
|
+
forLocalTime?: string;
|
|
4021
|
+
days?: string[];
|
|
4022
|
+
hour?: string[];
|
|
4023
|
+
minutes?: string[];
|
|
4024
|
+
from?: string;
|
|
4025
|
+
started?: string;
|
|
4026
|
+
choose_day_and_time?: string;
|
|
4027
|
+
sign_up?: string;
|
|
4028
|
+
};
|
|
4029
|
+
isBlockedText?: string;
|
|
4030
|
+
};
|
|
4031
|
+
|
|
4032
|
+
declare const _default$o: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
4033
|
+
|
|
4034
|
+
type SignUpSessionButtonProps = {
|
|
4035
|
+
label: string;
|
|
4036
|
+
isLoading?: boolean;
|
|
4037
|
+
onClick?: () => void;
|
|
4038
|
+
};
|
|
4039
|
+
declare const _default$n: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
4040
|
+
|
|
4041
|
+
type EmptyConsultationsProps = {
|
|
4042
|
+
title: string;
|
|
4043
|
+
description: string;
|
|
4044
|
+
buttonLabel?: string;
|
|
4045
|
+
onClick?: () => void;
|
|
4046
|
+
};
|
|
4047
|
+
declare const _default$m: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
4048
|
+
|
|
4049
|
+
type ConsultationModalProps = {
|
|
4050
|
+
isOpen: boolean;
|
|
4051
|
+
sessionId: string;
|
|
4052
|
+
userId: string;
|
|
4053
|
+
isSessionFinish?: boolean;
|
|
4054
|
+
time: number;
|
|
4055
|
+
timeZone?: string;
|
|
4056
|
+
name: string;
|
|
4057
|
+
avatar?: string;
|
|
4058
|
+
onAvatarClick?: (userId: string) => void;
|
|
4059
|
+
onWriteClick?: (userId: string) => void;
|
|
4060
|
+
onSessionStartClick?: (sessionId: string) => void;
|
|
4061
|
+
onCancel?: (sessionId: string) => void;
|
|
4062
|
+
onReschedule?: (sessionId: string) => void;
|
|
4063
|
+
onModalClose?: () => void;
|
|
4064
|
+
isContractLoading?: boolean;
|
|
4065
|
+
locale: SupportedLocales;
|
|
4066
|
+
translations?: {
|
|
4067
|
+
with?: string;
|
|
4068
|
+
sessionDuration?: string;
|
|
4069
|
+
forLocalTime?: string;
|
|
4070
|
+
finishTitle?: string;
|
|
4071
|
+
writeBtnLabel?: string;
|
|
4072
|
+
startBtnLabel?: string;
|
|
4073
|
+
cancelBtnLabel?: string;
|
|
4074
|
+
rescheduleBtnLabel?: string;
|
|
4075
|
+
question?: string;
|
|
4076
|
+
days?: string[];
|
|
4077
|
+
hour?: string[];
|
|
4078
|
+
minutes?: string[];
|
|
4079
|
+
from?: string;
|
|
4080
|
+
started?: string;
|
|
4081
|
+
};
|
|
4082
|
+
};
|
|
4083
|
+
declare const _default$l: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
4084
|
+
|
|
4085
|
+
type SpecialistData = {
|
|
4086
|
+
id: string;
|
|
4087
|
+
name: string;
|
|
4088
|
+
avatar?: string;
|
|
4089
|
+
isBlockedText?: string;
|
|
4090
|
+
sessions: string;
|
|
4091
|
+
};
|
|
4092
|
+
type SignUpSessionModalProps = {
|
|
4093
|
+
isOpen: boolean;
|
|
4094
|
+
specialists: SpecialistData[];
|
|
4095
|
+
onSpecialistSelected?: (id: string) => void;
|
|
4096
|
+
onCancel?: () => void;
|
|
4097
|
+
viewportHeight: number;
|
|
4098
|
+
title: string;
|
|
4099
|
+
cancelBtnLabel: string;
|
|
4100
|
+
};
|
|
4101
|
+
declare const _default$k: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
4102
|
+
|
|
4103
|
+
type ConsultationSpecialistCardProps = {
|
|
4104
|
+
id: string;
|
|
4105
|
+
name: string;
|
|
4106
|
+
avatar?: string;
|
|
4107
|
+
sessions: string;
|
|
4108
|
+
onClick?: (id: string) => void;
|
|
4109
|
+
onSignUp?: (id: string) => void;
|
|
4110
|
+
signInBtnLabel: string;
|
|
4111
|
+
isBlockedText?: string;
|
|
4112
|
+
};
|
|
4113
|
+
declare const _default$j: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
4114
|
+
|
|
4115
|
+
type UserInfoModalProps = {
|
|
4116
|
+
isOpen: boolean;
|
|
4117
|
+
id: string;
|
|
4118
|
+
name: string;
|
|
4119
|
+
avatar?: string;
|
|
4120
|
+
sessions: number;
|
|
4121
|
+
onMessage?: (id: string) => void;
|
|
4122
|
+
onBuy?: (id: string) => void;
|
|
4123
|
+
onProfile?: (id: string) => void;
|
|
4124
|
+
onRateSession?: (id: string) => void;
|
|
4125
|
+
onSignUp?: (id: string) => void;
|
|
4126
|
+
onClose: () => void;
|
|
4127
|
+
isClient?: boolean;
|
|
4128
|
+
isShowContract?: boolean;
|
|
4129
|
+
isContractLoading?: boolean;
|
|
4130
|
+
contractStatus?: 'not_signed' | 'pending' | 'active' | 'expired';
|
|
4131
|
+
handleOpenContract: () => void;
|
|
4132
|
+
translations?: {
|
|
4133
|
+
contractTitle: string;
|
|
4134
|
+
contractSubtitle: string;
|
|
4135
|
+
sessions?: string[];
|
|
4136
|
+
writeBtnLabel?: string;
|
|
4137
|
+
buyBtnLabel?: string;
|
|
4138
|
+
buyTooltip?: string;
|
|
4139
|
+
profile?: string;
|
|
4140
|
+
rateTheSessionText?: string;
|
|
4141
|
+
clientBtnLabel?: string;
|
|
4142
|
+
writeLabelBtn?: string;
|
|
4143
|
+
sigUpBtnLabel?: string;
|
|
4144
|
+
};
|
|
4145
|
+
};
|
|
4146
|
+
declare const UserInfoModal: FC<UserInfoModalProps>;
|
|
4147
|
+
|
|
4148
|
+
type CancelSessionProps = {
|
|
4149
|
+
name: string;
|
|
4150
|
+
avatar?: string;
|
|
4151
|
+
time: number;
|
|
4152
|
+
timeZone?: string;
|
|
4153
|
+
onSubmit?: (message: string) => void;
|
|
4154
|
+
onReschedule?: () => void;
|
|
4155
|
+
isLoading?: boolean;
|
|
4156
|
+
locale: SupportedLocales;
|
|
4157
|
+
emptyReasonErrorMessage?: string;
|
|
4158
|
+
translations: {
|
|
4159
|
+
title: string;
|
|
4160
|
+
placeholder: string;
|
|
4161
|
+
cancelBtnLabel: string;
|
|
4162
|
+
rescheduleBtnLabel: string;
|
|
4163
|
+
question: string;
|
|
4164
|
+
description: string;
|
|
4165
|
+
};
|
|
4166
|
+
};
|
|
4167
|
+
declare const CancelSession: FC<CancelSessionProps>;
|
|
4168
|
+
|
|
4169
|
+
type ReScheduleProps = {
|
|
4170
|
+
name: string;
|
|
4171
|
+
avatar?: string;
|
|
4172
|
+
time: number;
|
|
4173
|
+
timeZone?: string;
|
|
4174
|
+
onSubmit?: (message: string) => void;
|
|
4175
|
+
isLoading?: boolean;
|
|
4176
|
+
locale: SupportedLocales;
|
|
4177
|
+
emptyReasonErrorMessage?: string;
|
|
4178
|
+
translations?: {
|
|
4179
|
+
title?: string;
|
|
4180
|
+
placeholder?: string;
|
|
4181
|
+
btnLabel: string;
|
|
4182
|
+
};
|
|
4183
|
+
};
|
|
4184
|
+
declare const _default$i: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
4185
|
+
|
|
4186
|
+
type ReScheduleSuccessProps = {
|
|
4187
|
+
name: string;
|
|
4188
|
+
avatar?: string;
|
|
4189
|
+
time: number;
|
|
4190
|
+
timeZone?: string;
|
|
4191
|
+
onClick?: () => void;
|
|
4192
|
+
type?: 'reschedule' | 'cancel' | 'payment';
|
|
4193
|
+
successTitle?: string;
|
|
4194
|
+
cancelTitle?: string;
|
|
4195
|
+
paymentTitle?: string;
|
|
4196
|
+
description?: string;
|
|
4197
|
+
success: string;
|
|
4198
|
+
locale: SupportedLocales;
|
|
4199
|
+
};
|
|
4200
|
+
declare const ReScheduleSuccess: FC<ReScheduleSuccessProps>;
|
|
4201
|
+
|
|
4202
|
+
type TooltipComponentProps = {
|
|
4203
|
+
text: string;
|
|
4204
|
+
alignment?: 'center' | 'center-left' | 'left' | 'center-right' | 'right';
|
|
4205
|
+
widthPx?: number;
|
|
4206
|
+
makeVisible?: boolean;
|
|
4207
|
+
dimension?: number;
|
|
4208
|
+
icon?: string;
|
|
4209
|
+
className?: string;
|
|
4210
|
+
};
|
|
4211
|
+
declare const TooltipComponent: FC<TooltipComponentProps>;
|
|
4212
|
+
|
|
4213
|
+
type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & RefAttributes<HTMLIonSlidesElement> & {
|
|
4214
|
+
slides: number[] | string[];
|
|
4215
|
+
onDayClick?: (i: number, item: number | string) => void;
|
|
4216
|
+
locale: SupportedLocales;
|
|
4217
|
+
translations?: {
|
|
4218
|
+
today?: string;
|
|
4219
|
+
tomorrow?: string;
|
|
4220
|
+
};
|
|
4221
|
+
};
|
|
4222
|
+
declare const _default$h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
4223
|
+
|
|
4224
|
+
type SpecialistWorkDirectionsPropsType = {
|
|
4225
|
+
workDirections?: string[] | [];
|
|
4226
|
+
limit?: number;
|
|
4227
|
+
showLoader?: boolean;
|
|
4228
|
+
moreLabel?: string;
|
|
4229
|
+
hideLabel?: string;
|
|
4230
|
+
};
|
|
4231
|
+
declare const _default$g: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
4232
|
+
|
|
4233
|
+
type SpecialistProfileViewCardProps = {
|
|
4234
|
+
videoLink?: string;
|
|
4235
|
+
videoCover?: string;
|
|
4236
|
+
specialistName?: string;
|
|
4237
|
+
onImageClick?: () => void;
|
|
4238
|
+
isLoading?: boolean;
|
|
4239
|
+
videoDurationSeconds?: number;
|
|
4240
|
+
};
|
|
4241
|
+
declare const _default$f: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
4242
|
+
|
|
4243
|
+
type SpecialistAboutProps = {
|
|
4244
|
+
text?: string;
|
|
4245
|
+
limit?: number;
|
|
4246
|
+
showLoading?: boolean;
|
|
4247
|
+
moreLabel?: string;
|
|
4248
|
+
hideLabel?: string;
|
|
4249
|
+
};
|
|
4250
|
+
declare const _default$e: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
4251
|
+
|
|
4252
|
+
type SpecialistEducationCardProps = {
|
|
4253
|
+
institutionName?: string;
|
|
4254
|
+
institutionLogoLink?: string | null;
|
|
4255
|
+
certificateLink?: string | null;
|
|
4256
|
+
faculty?: string | null;
|
|
4257
|
+
yearStart?: number | null;
|
|
4258
|
+
yearEnd?: number | null;
|
|
4259
|
+
showLoader?: boolean;
|
|
4260
|
+
};
|
|
4261
|
+
declare const _default$d: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
4262
|
+
|
|
4263
|
+
type SpecialistStatisticsCardProps = {
|
|
4264
|
+
trust?: boolean;
|
|
4265
|
+
activeClients?: number;
|
|
4266
|
+
sessionsCount?: number;
|
|
4267
|
+
showLoader?: boolean;
|
|
4268
|
+
priceCurrencySign?: string;
|
|
4269
|
+
pricePerSession?: number;
|
|
4270
|
+
/**
|
|
4271
|
+
* @deprecated
|
|
4272
|
+
*/
|
|
4273
|
+
priceUAH?: number;
|
|
4274
|
+
hoursOfPractice?: number;
|
|
4275
|
+
yearOfExperience?: number;
|
|
4276
|
+
sessionDuration?: number;
|
|
4277
|
+
subscriptionStatus?: boolean;
|
|
4278
|
+
subscriptionBalance?: number;
|
|
4279
|
+
translations?: {
|
|
4280
|
+
checked?: string;
|
|
4281
|
+
active?: string;
|
|
4282
|
+
subscription?: string;
|
|
4283
|
+
balance?: string;
|
|
4284
|
+
perSessions?: string;
|
|
4285
|
+
clients?: string[];
|
|
4286
|
+
sessions?: string[];
|
|
4287
|
+
practice?: string;
|
|
4288
|
+
experience?: string;
|
|
4289
|
+
minutes?: string;
|
|
4290
|
+
perSession?: string;
|
|
4291
|
+
};
|
|
4292
|
+
};
|
|
4293
|
+
declare const StatisticsScroll: React__default.FC<SpecialistStatisticsCardProps>;
|
|
4294
|
+
|
|
4295
|
+
declare const decOfNum: (number: number, titles: string[]) => string;
|
|
4296
|
+
|
|
4297
|
+
type BookingItem = {
|
|
4298
|
+
title: string;
|
|
4299
|
+
active?: boolean;
|
|
4300
|
+
};
|
|
4301
|
+
type BookingScheduleTimeProps = {
|
|
4302
|
+
variant?: 'booking' | 'schedule';
|
|
4303
|
+
items: BookingItem[] | string[];
|
|
4304
|
+
onClick?: (index: number, item: string) => void;
|
|
4305
|
+
isLoading?: boolean;
|
|
4306
|
+
};
|
|
4307
|
+
declare const _default$c: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
4308
|
+
|
|
4309
|
+
type BookingSpecialistInfoProps = {
|
|
4310
|
+
name: string;
|
|
4311
|
+
title?: string;
|
|
4312
|
+
subtitle?: string;
|
|
4313
|
+
avatar?: string;
|
|
4314
|
+
isLoading?: boolean;
|
|
4315
|
+
};
|
|
4316
|
+
declare const _default$b: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
4317
|
+
|
|
4063
4318
|
type SpecialistCardProps = {
|
|
4064
4319
|
fullName?: string;
|
|
4065
4320
|
specialization?: string;
|
|
4066
4321
|
priceCurrencySign?: string;
|
|
4067
4322
|
currency?: SupportedCurrency;
|
|
4323
|
+
locale: SupportedLocales;
|
|
4068
4324
|
pricePerSession?: number;
|
|
4069
4325
|
/**
|
|
4070
4326
|
* @deprecated
|
|
@@ -4108,7 +4364,7 @@ type SpecialistCardProps = {
|
|
|
4108
4364
|
};
|
|
4109
4365
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
4110
4366
|
|
|
4111
|
-
declare const _default$
|
|
4367
|
+
declare const _default$a: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
4112
4368
|
isError?: boolean | undefined;
|
|
4113
4369
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
4114
4370
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -4132,11 +4388,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
4132
4388
|
error?: string | null | undefined;
|
|
4133
4389
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
4134
4390
|
|
|
4135
|
-
declare const _default$
|
|
4391
|
+
declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
4136
4392
|
isError?: boolean | undefined;
|
|
4137
4393
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
4138
4394
|
|
|
4139
|
-
declare const _default$
|
|
4395
|
+
declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
4140
4396
|
options: {
|
|
4141
4397
|
id: string | number;
|
|
4142
4398
|
label: string | number;
|
|
@@ -4171,7 +4427,7 @@ type CustomCheckboxProps = {
|
|
|
4171
4427
|
isCheckbox?: boolean;
|
|
4172
4428
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
4173
4429
|
};
|
|
4174
|
-
declare const _default$
|
|
4430
|
+
declare const _default$7: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
4175
4431
|
|
|
4176
4432
|
type CheckboxListItem = {
|
|
4177
4433
|
id: ReactText;
|
|
@@ -4199,7 +4455,7 @@ type CheckboxListProps = {
|
|
|
4199
4455
|
from: string;
|
|
4200
4456
|
};
|
|
4201
4457
|
};
|
|
4202
|
-
declare const _default$
|
|
4458
|
+
declare const _default$6: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
4203
4459
|
|
|
4204
4460
|
type BookingHeaderProps = {
|
|
4205
4461
|
title?: string;
|
|
@@ -4213,9 +4469,9 @@ type ProgressBarProps = {
|
|
|
4213
4469
|
progress: number;
|
|
4214
4470
|
loaderTitle?: string;
|
|
4215
4471
|
};
|
|
4216
|
-
declare const _default$
|
|
4472
|
+
declare const _default$5: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
4217
4473
|
|
|
4218
|
-
declare const _default$
|
|
4474
|
+
declare const _default$4: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
4219
4475
|
title: string;
|
|
4220
4476
|
subTitle?: string | undefined;
|
|
4221
4477
|
isError?: boolean | undefined;
|
|
@@ -4247,7 +4503,7 @@ type FlagProps = {
|
|
|
4247
4503
|
dimensions?: number;
|
|
4248
4504
|
className?: string;
|
|
4249
4505
|
};
|
|
4250
|
-
declare const _default$
|
|
4506
|
+
declare const _default$3: React__default.NamedExoticComponent<FlagProps>;
|
|
4251
4507
|
|
|
4252
4508
|
type SpecialistLangsProps = {
|
|
4253
4509
|
showLoader?: boolean;
|
|
@@ -4273,7 +4529,7 @@ type ProfileInformationProps = {
|
|
|
4273
4529
|
reviews: string[];
|
|
4274
4530
|
};
|
|
4275
4531
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
4276
|
-
declare const _default$
|
|
4532
|
+
declare const _default$2: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
4277
4533
|
|
|
4278
4534
|
type SpecialistMatchProps = {
|
|
4279
4535
|
specialistFirstName?: string;
|
|
@@ -4285,7 +4541,7 @@ type SpecialistMatchProps = {
|
|
|
4285
4541
|
howWeMatchThis: string;
|
|
4286
4542
|
};
|
|
4287
4543
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
4288
|
-
declare const _default$
|
|
4544
|
+
declare const _default$1: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
4289
4545
|
|
|
4290
4546
|
type SpecialistStatisticProps = {
|
|
4291
4547
|
learnMoreClick: () => void;
|
|
@@ -4305,7 +4561,7 @@ type SpecialistStatisticProps = {
|
|
|
4305
4561
|
bookedSession: string;
|
|
4306
4562
|
};
|
|
4307
4563
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
4308
|
-
declare const _default
|
|
4564
|
+
declare const _default: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
4309
4565
|
|
|
4310
4566
|
type RatingWithLabelProps = {
|
|
4311
4567
|
countOfReviews?: number;
|
|
@@ -4422,218 +4678,4 @@ type RowSelectProps = {
|
|
|
4422
4678
|
|
|
4423
4679
|
declare const RowSelect: FC<RowSelectProps>;
|
|
4424
4680
|
|
|
4425
|
-
type SpecialistCardWidgetProps = {
|
|
4426
|
-
t?: WithTranslation['t'];
|
|
4427
|
-
loading?: boolean;
|
|
4428
|
-
specialist: Specialist;
|
|
4429
|
-
isFavourite?: boolean;
|
|
4430
|
-
onToggleFavourite(): void;
|
|
4431
|
-
onCardClick(): void;
|
|
4432
|
-
currentUser?: UserType;
|
|
4433
|
-
};
|
|
4434
|
-
|
|
4435
|
-
declare const _default$6: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
|
|
4436
|
-
|
|
4437
|
-
type SpecialistCardListWidgetProps = {
|
|
4438
|
-
t?: WithTranslation['t'];
|
|
4439
|
-
specialists: Specialist[];
|
|
4440
|
-
onToggleFavourite: (specialist: Specialist) => void;
|
|
4441
|
-
onVideoPlay?: (src: string) => void;
|
|
4442
|
-
onRefreshClick?(): void;
|
|
4443
|
-
onFavoriteClick?(): void;
|
|
4444
|
-
onCardClick?(id: string): void;
|
|
4445
|
-
isLoading?: boolean;
|
|
4446
|
-
currentUser?: UserType;
|
|
4447
|
-
};
|
|
4448
|
-
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
|
|
4449
|
-
|
|
4450
|
-
declare const _default$5: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
|
|
4451
|
-
routeClick: () => void;
|
|
4452
|
-
} & TranslationType>;
|
|
4453
|
-
|
|
4454
|
-
declare const _default$4: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
4455
|
-
|
|
4456
|
-
type UpdateContractWidgetProps = {
|
|
4457
|
-
isAccepted: boolean;
|
|
4458
|
-
setIsAccepted: (isAccepted: boolean) => void;
|
|
4459
|
-
handlePressLink: () => void;
|
|
4460
|
-
heading: string;
|
|
4461
|
-
image: string;
|
|
4462
|
-
avatar: string;
|
|
4463
|
-
applyText: string;
|
|
4464
|
-
onApply: () => void;
|
|
4465
|
-
agreementText: string[];
|
|
4466
|
-
isLoading?: boolean;
|
|
4467
|
-
};
|
|
4468
|
-
declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
|
|
4469
|
-
|
|
4470
|
-
type SpecialistDetailWidgetProps = {
|
|
4471
|
-
t?: WithTranslation['t'];
|
|
4472
|
-
isLoading?: boolean;
|
|
4473
|
-
specialist: Specialist;
|
|
4474
|
-
reviews?: SpecialistReview$1[];
|
|
4475
|
-
country: string;
|
|
4476
|
-
isAuth?: boolean;
|
|
4477
|
-
isSpecialistUnAvailable?: boolean;
|
|
4478
|
-
onLoadMoreReviews?(): void;
|
|
4479
|
-
currentUser?: UserType;
|
|
4480
|
-
hasSessions?: boolean;
|
|
4481
|
-
showContract?: boolean;
|
|
4482
|
-
showReview?: boolean;
|
|
4483
|
-
presentingElement?: HTMLElement;
|
|
4484
|
-
onOpenContract?(): void;
|
|
4485
|
-
onRateSession?(): void;
|
|
4486
|
-
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4487
|
-
areasOfWorkByClientProblem: {
|
|
4488
|
-
names: string[];
|
|
4489
|
-
label: string;
|
|
4490
|
-
};
|
|
4491
|
-
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
4492
|
-
events: {
|
|
4493
|
-
onSuperSpecialistArticleClick?(): void;
|
|
4494
|
-
onNewSpecialistArticleClick?(): void;
|
|
4495
|
-
onVideoButtonClick?(): void;
|
|
4496
|
-
onMoreClick?(entity: string): void;
|
|
4497
|
-
onReviewsModalViewed?(): void;
|
|
4498
|
-
onOpenSuperSpecialistArticle?(): void;
|
|
4499
|
-
onOpenNewSpecialistArticle?(): void;
|
|
4500
|
-
};
|
|
4501
|
-
};
|
|
4502
|
-
|
|
4503
|
-
declare const _default$3: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
|
|
4504
|
-
|
|
4505
|
-
declare const SpecialistDetailWidgetSkeleton: React__default.FC;
|
|
4506
|
-
|
|
4507
|
-
declare const FiltersWidget: FC<FiltersWidgetProps>;
|
|
4508
|
-
|
|
4509
|
-
type SpecialistPreviewListWidgetProps = {
|
|
4510
|
-
specialists: Specialist[];
|
|
4511
|
-
isLoading?: boolean;
|
|
4512
|
-
title?: string;
|
|
4513
|
-
className?: string;
|
|
4514
|
-
onToggleFavourite?(specialist: Specialist): void;
|
|
4515
|
-
onCardClick?(specialist: Specialist): void;
|
|
4516
|
-
t?: WithTranslation['t'];
|
|
4517
|
-
};
|
|
4518
|
-
|
|
4519
|
-
declare const SpecialistPreviewListWidget: React__default.FC<SpecialistPreviewListWidgetProps>;
|
|
4520
|
-
|
|
4521
|
-
type SessionsWidgetProps = {
|
|
4522
|
-
futureSessions?: Session[];
|
|
4523
|
-
previousSessions?: Session[];
|
|
4524
|
-
hasMorePreviousSessions?: boolean;
|
|
4525
|
-
locale: string;
|
|
4526
|
-
isLoadingFutureSessions?: boolean;
|
|
4527
|
-
isLoadingPreviousSessions?: boolean;
|
|
4528
|
-
maxPeriodToReviewPastSessionInHours?: number;
|
|
4529
|
-
loadPreviousSessions: () => Promise<{
|
|
4530
|
-
list: Session[];
|
|
4531
|
-
total: number;
|
|
4532
|
-
}>;
|
|
4533
|
-
rateSessionCallback?: (session: Session) => void;
|
|
4534
|
-
onSessionClick?(session: Session): void;
|
|
4535
|
-
onSessionStart?(session: Session): void;
|
|
4536
|
-
onScheduleSession?(): void;
|
|
4537
|
-
t?: WithTranslation['t'];
|
|
4538
|
-
};
|
|
4539
|
-
|
|
4540
|
-
declare const SessionsWidget: React__default.FC<SessionsWidgetProps>;
|
|
4541
|
-
|
|
4542
|
-
type SessionDetailWidgetProps = {
|
|
4543
|
-
session?: Session;
|
|
4544
|
-
specialist?: Specialist;
|
|
4545
|
-
isLoading?: boolean;
|
|
4546
|
-
t?: WithTranslation['t'];
|
|
4547
|
-
viewPerson?: 'client' | 'specialist';
|
|
4548
|
-
locale?: string;
|
|
4549
|
-
onSessionStart?(session: Session): void;
|
|
4550
|
-
onRescheduleClick?(session: Session): void;
|
|
4551
|
-
onCancelClick?(session: Session): void;
|
|
4552
|
-
onPaymentDetailsClick?(session: Session): void;
|
|
4553
|
-
onContractClick?(): void;
|
|
4554
|
-
onChatClick?(session: Session): void;
|
|
4555
|
-
onBackClick?(): void;
|
|
4556
|
-
onSpecialistProfileClick?(session: Session): void;
|
|
4557
|
-
};
|
|
4558
|
-
|
|
4559
|
-
declare const SessionDetailWidget: React__default.FC<SessionDetailWidgetProps>;
|
|
4560
|
-
|
|
4561
|
-
type SessionPaymentsWidgetProps = {
|
|
4562
|
-
t?: WithTranslation['t'];
|
|
4563
|
-
onInvoiceClick?(): void;
|
|
4564
|
-
onPaymentReceiptClick?(): void;
|
|
4565
|
-
onAllSessionsClick?(): void;
|
|
4566
|
-
onBackClick?(): void;
|
|
4567
|
-
isLoading?: boolean;
|
|
4568
|
-
session?: Session;
|
|
4569
|
-
};
|
|
4570
|
-
|
|
4571
|
-
declare const SessionPaymentsWidget: React__default.FC<SessionPaymentsWidgetProps>;
|
|
4572
|
-
|
|
4573
|
-
type SpecialistPreviewWidgetProps = {
|
|
4574
|
-
t?: WithTranslation['t'];
|
|
4575
|
-
specialist: Specialist;
|
|
4576
|
-
variant?: VariantEnum;
|
|
4577
|
-
className?: string;
|
|
4578
|
-
};
|
|
4579
|
-
|
|
4580
|
-
declare const _default$2: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4581
|
-
|
|
4582
|
-
type SpecialistDetailWithTabsWidgetProps = {
|
|
4583
|
-
t?: WithTranslation['t'];
|
|
4584
|
-
isLoading?: boolean;
|
|
4585
|
-
specialist: Specialist;
|
|
4586
|
-
reviews?: SpecialistReview$1[];
|
|
4587
|
-
country: string;
|
|
4588
|
-
isAuth?: boolean;
|
|
4589
|
-
isSpecialistUnAvailable?: boolean;
|
|
4590
|
-
onLoadMoreReviews?(): void;
|
|
4591
|
-
currentUser?: UserType;
|
|
4592
|
-
presentingElement?: HTMLElement;
|
|
4593
|
-
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4594
|
-
areasOfWorkByClientProblem: {
|
|
4595
|
-
names: string[];
|
|
4596
|
-
label: string;
|
|
4597
|
-
};
|
|
4598
|
-
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
4599
|
-
videoDisplayVariant?: 'default' | 'without_video_cover' | 'without_video';
|
|
4600
|
-
events: {
|
|
4601
|
-
onOpenSuperSpecialistArticle?(): void;
|
|
4602
|
-
onOpenNewSpecialistArticle?(): void;
|
|
4603
|
-
onVideoCoverClick?(): void;
|
|
4604
|
-
onVideoButtonClick?(): void;
|
|
4605
|
-
onTabClick?(tab: string): void;
|
|
4606
|
-
onMoreClick?(entity: string): void;
|
|
4607
|
-
onReviewsModalViewed?(): void;
|
|
4608
|
-
onScheduleDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
4609
|
-
onScheduleSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
4610
|
-
};
|
|
4611
|
-
};
|
|
4612
|
-
|
|
4613
|
-
declare const _default$1: React__default.NamedExoticComponent<SpecialistDetailWithTabsWidgetProps>;
|
|
4614
|
-
|
|
4615
|
-
declare const SpecialistDetailWithTabsSkeleton: React__default.FC;
|
|
4616
|
-
|
|
4617
|
-
type SpecialistCardWithScheduleWidgetProps = {
|
|
4618
|
-
t?: WithTranslation['t'];
|
|
4619
|
-
loading?: boolean;
|
|
4620
|
-
specialist: Specialist;
|
|
4621
|
-
isFavourite?: boolean;
|
|
4622
|
-
onToggleFavourite(): void;
|
|
4623
|
-
onCardClick(): void;
|
|
4624
|
-
currentUser?: UserType;
|
|
4625
|
-
isBookingLoading?: boolean;
|
|
4626
|
-
children?: React.ReactNode;
|
|
4627
|
-
events?: {
|
|
4628
|
-
onVideoClick?(): void;
|
|
4629
|
-
onScheduleDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
4630
|
-
onScheduleSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
4631
|
-
onScheduleShowAll?: () => void;
|
|
4632
|
-
};
|
|
4633
|
-
};
|
|
4634
|
-
|
|
4635
|
-
declare const _default: React__default.NamedExoticComponent<SpecialistCardWithScheduleWidgetProps>;
|
|
4636
|
-
|
|
4637
|
-
declare const SpecialistCardSkeleton: React__default.FC;
|
|
4638
|
-
|
|
4639
|
-
export { AcceptAgreementFeature, Action, _default$Z as AlertCard, AllowFilterValueType, AppFooter, _default$Y as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$X as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$T as Badge, _default$10 as BookingScheduleTime, _default$$ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$A as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1j as ChatListItem, _default$1h as ChatListSkeleton, _default$1i as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$d as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1c as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$19 as ConsultationModal, _default$E as ConsultationPricingFeature, _default$17 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$e as CustomCheckbox, CustomRadioButton, _default$f as CustomSelect, _default$g as CustomTextarea, DatePicker, _default$15 as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$11 as EducationCard, _default$1g as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$1a as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$a as Flag, FlagTypes, _default$V as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$P as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$L as Item, _default$S as ItemCard, LabelArrowRedirect, _default$1l as LetterAvatar, _default$b as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$I as ListItemWithColumns, _default$M as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$N as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$t as MarkdownContainerFeature, _default$J as MatchProgress, _default$1k as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$l as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$m as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$k as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$r as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$q as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$o as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$n as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$p as OnBoardingSingleSelectionScreenPreviewFeature, _default$s as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$z as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$B as PaymentSessionsList, _default$U as Picture, PoweredByStripeFeature, _default$9 as ProfileInformation, _default$13 as ProfileView, _default$c as ProgressBar, ProgressBarDashed, _default$O as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$Q as Rating, RatingCircleWrapper, _default$16 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$y as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$w as ScreenDrumPickerFormFeature, ScreenInput, _default$x as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$u as SelectWithSearchFormFeature, _default$i as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$H as ShowMore, _default$1b as SignUpSessionButton, _default$18 as SignUpSessionModal, SizeValues, Skeleton, _default$W as Skeleton_v2, _default$G as SlotsGrid, _default$F as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$12 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$6 as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$3 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$1 as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$8 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$D as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$C as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$4 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$5 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$2 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$7 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$v as TextAreaFormFeature, _default$h as TextInput, _default$j as TextWithClampFeature, _default$1f as Textarea, _default$R as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$_ as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$K as Video, _default$1d as VideoCallInfo, _default$1e as VideoPlayer, VideoProvider, _default$14 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|
|
4681
|
+
export { AcceptAgreementFeature, Action, _default$1i as AlertCard, AllowFilterValueType, AppFooter, _default$1h as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1g as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$1c as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$V as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$v as ChatListItem, _default$t as ChatListSkeleton, _default$u as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$Z as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, _default$s as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1e as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$18 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$14 as Item, _default$1b as ItemCard, LabelArrowRedirect, _default$1l as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$11 as ListItemWithColumns, _default$15 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$16 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$O as MarkdownContainerFeature, _default$12 as MatchProgress, _default$1k as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$G as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$H as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$F as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$M as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$L as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$J as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$I as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$K as OnBoardingSingleSelectionScreenPreviewFeature, _default$N as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$U as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$W as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$1d as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$17 as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$19 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$T as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$R as ScreenDrumPickerFormFeature, ScreenInput, _default$S as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$P as SelectWithSearchFormFeature, _default$D as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$10 as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SizeValues, Skeleton, _default$1f as Skeleton_v2, _default$$ as SlotsGrid, _default$_ as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$C as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$w as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$z as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$x as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$Y as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$X as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$A as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$B as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$y as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$Q as TextAreaFormFeature, _default$a as TextInput, _default$E as TextWithClampFeature, _default$r as Textarea, _default$1a as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1j as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$13 as Video, _default$p as VideoCallInfo, _default$q as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|