@mindly/ui-components 5.90.3 → 5.91.1
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 +7 -7
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +9 -5
- package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +348 -17
- package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +17 -0
- package/dist/cjs/lib2/features/ReviewListFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.stories.d.ts +8 -0
- package/dist/cjs/lib2/features/SpecialistAreaListFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistAreaListFeature/types.d.ts +15 -0
- package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +12 -0
- package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.stories.d.ts +6 -0
- package/dist/cjs/lib2/features/SpecialistEducationsFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +9 -5
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -1
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +12 -3
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +1 -0
- package/dist/cjs/lib2/features/TextWithClampFeature/TextWithClampFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/TextWithClampFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/TextWithClampFeature/types.d.ts +12 -0
- package/dist/cjs/lib2/features/index.d.ts +4 -0
- package/dist/cjs/lib2/shared/assets/icons/IconDot.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconHeart.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMindly.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMindlyColored.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPlay.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconRenew.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconStudyHat.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +7 -0
- package/dist/cjs/lib2/shared/types/common.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/contract.d.ts +12 -0
- package/dist/cjs/lib2/shared/types/iconProps.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/index.d.ts +4 -0
- package/dist/cjs/lib2/shared/types/review.d.ts +19 -0
- package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +65 -0
- package/dist/cjs/lib2/shared/types/user.d.ts +33 -0
- package/dist/cjs/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +3 -2
- package/dist/cjs/lib2/shared/ui/Avatar_v2/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Badge/styles.d.ts +2 -2
- package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +11 -0
- package/dist/cjs/lib2/shared/ui/EducationCard_v2/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ListItemWithColumns/ListItemWithColumns.d.ts +7 -0
- package/dist/cjs/lib2/shared/ui/ListItemWithColumns/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/MatchProgress/MatchProgress.d.ts +7 -0
- package/dist/cjs/lib2/shared/ui/MatchProgress/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ReviewsSummary/ReviewsSummary.d.ts +13 -0
- package/dist/cjs/lib2/shared/ui/ReviewsSummary/ReviewsSummary.stories.d.ts +8 -0
- package/dist/cjs/lib2/shared/ui/ReviewsSummary/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ReviewsSummary/styles.d.ts +140 -0
- package/dist/cjs/lib2/shared/ui/ShowMore/ShowMore.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/ShowMore/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/SuperSpecialist/SuperSpecialist.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/SuperSpecialist/SuperSpecialist.stories.d.ts +7 -0
- package/dist/cjs/lib2/shared/ui/SuperSpecialist/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/SuperSpecialist/styles.d.ts +105 -0
- package/dist/cjs/lib2/shared/ui/SuperSpecialist/types.d.ts +6 -0
- package/dist/cjs/lib2/shared/ui/Typography/Typography.d.ts +2 -12
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +14 -1
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +14 -3
- package/dist/cjs/lib2/shared/ui/Video/Video.stories.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/index.d.ts +5 -0
- package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/matching.d.ts +6 -0
- package/dist/cjs/lib2/shared/utils/mock.d.ts +5 -0
- package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +2 -1
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -5
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidgetSkeleton.d.ts +3 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -1
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +3 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/types.d.ts +17 -9
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.stories.d.ts +9 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +3 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +19 -0
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +9 -5
- package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +348 -17
- package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +17 -0
- package/dist/esm/lib2/features/ReviewListFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.d.ts +4 -0
- package/dist/esm/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.stories.d.ts +8 -0
- package/dist/esm/lib2/features/SpecialistAreaListFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistAreaListFeature/types.d.ts +15 -0
- package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +12 -0
- package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.stories.d.ts +6 -0
- package/dist/esm/lib2/features/SpecialistEducationsFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +9 -5
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -1
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +12 -3
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +1 -0
- package/dist/esm/lib2/features/TextWithClampFeature/TextWithClampFeature.d.ts +4 -0
- package/dist/esm/lib2/features/TextWithClampFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/TextWithClampFeature/types.d.ts +12 -0
- package/dist/esm/lib2/features/index.d.ts +4 -0
- package/dist/esm/lib2/shared/assets/icons/IconDot.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconHeart.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMindly.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMindlyColored.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconPlay.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconRenew.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconStudyHat.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +7 -0
- package/dist/esm/lib2/shared/types/common.d.ts +1 -0
- package/dist/esm/lib2/shared/types/contract.d.ts +12 -0
- package/dist/esm/lib2/shared/types/iconProps.d.ts +1 -0
- package/dist/esm/lib2/shared/types/index.d.ts +4 -0
- package/dist/esm/lib2/shared/types/review.d.ts +19 -0
- package/dist/esm/lib2/shared/types/specialistTypes.d.ts +65 -0
- package/dist/esm/lib2/shared/types/user.d.ts +33 -0
- package/dist/esm/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +3 -2
- package/dist/esm/lib2/shared/ui/Avatar_v2/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Badge/styles.d.ts +2 -2
- package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +11 -0
- package/dist/esm/lib2/shared/ui/EducationCard_v2/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ListItemWithColumns/ListItemWithColumns.d.ts +7 -0
- package/dist/esm/lib2/shared/ui/ListItemWithColumns/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/MatchProgress/MatchProgress.d.ts +7 -0
- package/dist/esm/lib2/shared/ui/MatchProgress/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ReviewsSummary/ReviewsSummary.d.ts +13 -0
- package/dist/esm/lib2/shared/ui/ReviewsSummary/ReviewsSummary.stories.d.ts +8 -0
- package/dist/esm/lib2/shared/ui/ReviewsSummary/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ReviewsSummary/styles.d.ts +140 -0
- package/dist/esm/lib2/shared/ui/ShowMore/ShowMore.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/ShowMore/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/SuperSpecialist/SuperSpecialist.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/SuperSpecialist/SuperSpecialist.stories.d.ts +7 -0
- package/dist/esm/lib2/shared/ui/SuperSpecialist/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/SuperSpecialist/styles.d.ts +105 -0
- package/dist/esm/lib2/shared/ui/SuperSpecialist/types.d.ts +6 -0
- package/dist/esm/lib2/shared/ui/Typography/Typography.d.ts +2 -12
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +14 -1
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +14 -3
- package/dist/esm/lib2/shared/ui/Video/Video.stories.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/index.d.ts +5 -0
- package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/matching.d.ts +6 -0
- package/dist/esm/lib2/shared/utils/mock.d.ts +5 -0
- package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +2 -1
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -5
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidgetSkeleton.d.ts +3 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -1
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +3 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/types.d.ts +17 -9
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.stories.d.ts +9 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +3 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +19 -0
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +498 -219
- package/package.json +5 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import * as React$1 from 'react';
|
|
2
3
|
import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, ReactText, ReactElement, ChangeEvent, SVGAttributes, KeyboardEvent, InputHTMLAttributes, RefObject, SVGProps, PropsWithChildren } from 'react';
|
|
3
4
|
import { JSX as JSX$1 } from '@ionic/core/components';
|
|
4
5
|
import * as react_i18next from 'react-i18next';
|
|
@@ -225,7 +226,7 @@ type LetterAvatarProps = {
|
|
|
225
226
|
fontSize?: number;
|
|
226
227
|
onClick?: () => void;
|
|
227
228
|
};
|
|
228
|
-
declare const _default$
|
|
229
|
+
declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
229
230
|
|
|
230
231
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
231
232
|
onErrorContent: React__default.ReactElement;
|
|
@@ -237,7 +238,7 @@ type PersonDateTimeCardProps = {
|
|
|
237
238
|
name: string;
|
|
238
239
|
dateTime: Date;
|
|
239
240
|
};
|
|
240
|
-
declare const _default$
|
|
241
|
+
declare const _default$1i: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
241
242
|
|
|
242
243
|
type PsychologistProfileType = {
|
|
243
244
|
id: string;
|
|
@@ -403,7 +404,7 @@ type SelectImpressionEmojiProps = {
|
|
|
403
404
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
404
405
|
};
|
|
405
406
|
|
|
406
|
-
declare const _default$
|
|
407
|
+
declare const _default$1h: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
407
408
|
|
|
408
409
|
interface FooterForBookingProps {
|
|
409
410
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -435,7 +436,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
435
436
|
showControls: boolean;
|
|
436
437
|
isScreenSharing?: boolean;
|
|
437
438
|
} & HTMLAttributes<HTMLDivElement>;
|
|
438
|
-
declare const _default$
|
|
439
|
+
declare const _default$1g: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
|
|
439
440
|
|
|
440
441
|
type RoundButtonPropsType = {
|
|
441
442
|
disabled?: boolean;
|
|
@@ -464,7 +465,7 @@ type ChatListItemProps = {
|
|
|
464
465
|
isDisabled?: boolean;
|
|
465
466
|
t?: WithTranslation['t'];
|
|
466
467
|
};
|
|
467
|
-
declare const _default$
|
|
468
|
+
declare const _default$1f: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
468
469
|
|
|
469
470
|
type ChatMessageProps = {
|
|
470
471
|
message: string | File;
|
|
@@ -492,11 +493,11 @@ type ChatMessageProps = {
|
|
|
492
493
|
onClickHandler: () => void;
|
|
493
494
|
}[] | null;
|
|
494
495
|
};
|
|
495
|
-
declare const _default$
|
|
496
|
+
declare const _default$1e: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
496
497
|
|
|
497
498
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
498
499
|
|
|
499
|
-
declare const _default$
|
|
500
|
+
declare const _default$1d: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
500
501
|
|
|
501
502
|
type EmptyChatList = {
|
|
502
503
|
title?: string;
|
|
@@ -506,7 +507,7 @@ type EmptyChatList = {
|
|
|
506
507
|
onClick?: () => void;
|
|
507
508
|
};
|
|
508
509
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
509
|
-
declare const _default$
|
|
510
|
+
declare const _default$1c: React__default.NamedExoticComponent<EmptyChatList>;
|
|
510
511
|
|
|
511
512
|
type EmptyChatMessagesProps = {
|
|
512
513
|
title?: string;
|
|
@@ -531,7 +532,7 @@ type TextareaProps = {
|
|
|
531
532
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
532
533
|
t?: WithTranslation['t'];
|
|
533
534
|
};
|
|
534
|
-
declare const _default$
|
|
535
|
+
declare const _default$1b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
535
536
|
|
|
536
537
|
type LouseConnectProps = {
|
|
537
538
|
onClick?: () => void;
|
|
@@ -610,7 +611,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
610
611
|
yearEnd?: number | null;
|
|
611
612
|
showLoader?: boolean;
|
|
612
613
|
};
|
|
613
|
-
declare const _default$
|
|
614
|
+
declare const _default$1a: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
614
615
|
|
|
615
616
|
type SpecialistProfileViewCardProps$1 = {
|
|
616
617
|
avatarLink?: string | null;
|
|
@@ -623,7 +624,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
623
624
|
videoLinkUrl?: string | null;
|
|
624
625
|
showLoader?: boolean;
|
|
625
626
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
626
|
-
declare const _default$
|
|
627
|
+
declare const _default$19: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
627
628
|
|
|
628
629
|
type SpecialistStatisticsCardProps$1 = {
|
|
629
630
|
activeClients?: number;
|
|
@@ -659,7 +660,7 @@ type VideoPlayerProps = {
|
|
|
659
660
|
closeModalHandler?: () => void;
|
|
660
661
|
onErrorContent: React__default.ReactElement;
|
|
661
662
|
} & JSX$1.IonModal;
|
|
662
|
-
declare const _default$
|
|
663
|
+
declare const _default$18: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
663
664
|
|
|
664
665
|
type NotSupportModalProps = {
|
|
665
666
|
closeModal?: () => void;
|
|
@@ -695,7 +696,7 @@ type VideoCallInfoProps = {
|
|
|
695
696
|
abbreviatedSeconds: string;
|
|
696
697
|
};
|
|
697
698
|
};
|
|
698
|
-
declare const _default$
|
|
699
|
+
declare const _default$17: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
699
700
|
|
|
700
701
|
declare enum ConsultationCardType {
|
|
701
702
|
FEATURE = "feature",
|
|
@@ -730,14 +731,14 @@ type ConsultationCardProps = {
|
|
|
730
731
|
};
|
|
731
732
|
};
|
|
732
733
|
|
|
733
|
-
declare const _default$
|
|
734
|
+
declare const _default$16: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
734
735
|
|
|
735
736
|
type SignUpSessionButtonProps = {
|
|
736
737
|
label: string;
|
|
737
738
|
isLoading?: boolean;
|
|
738
739
|
onClick?: () => void;
|
|
739
740
|
};
|
|
740
|
-
declare const _default$
|
|
741
|
+
declare const _default$15: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
741
742
|
|
|
742
743
|
type EmptyConsultationsProps = {
|
|
743
744
|
title: string;
|
|
@@ -745,7 +746,7 @@ type EmptyConsultationsProps = {
|
|
|
745
746
|
buttonLabel?: string;
|
|
746
747
|
onClick?: () => void;
|
|
747
748
|
};
|
|
748
|
-
declare const _default
|
|
749
|
+
declare const _default$14: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
749
750
|
|
|
750
751
|
type ConsultationModalProps = {
|
|
751
752
|
isOpen: boolean;
|
|
@@ -781,7 +782,7 @@ type ConsultationModalProps = {
|
|
|
781
782
|
started?: string;
|
|
782
783
|
};
|
|
783
784
|
};
|
|
784
|
-
declare const _default$
|
|
785
|
+
declare const _default$13: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
785
786
|
|
|
786
787
|
type SpecialistData = {
|
|
787
788
|
id: string;
|
|
@@ -798,7 +799,7 @@ type SignUpSessionModalProps = {
|
|
|
798
799
|
title: string;
|
|
799
800
|
cancelBtnLabel: string;
|
|
800
801
|
};
|
|
801
|
-
declare const _default$
|
|
802
|
+
declare const _default$12: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
802
803
|
|
|
803
804
|
type ConsultationSpecialistCardProps = {
|
|
804
805
|
id: string;
|
|
@@ -809,7 +810,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
809
810
|
onSignUp?: (id: string) => void;
|
|
810
811
|
signInBtnLabel: string;
|
|
811
812
|
};
|
|
812
|
-
declare const _default$
|
|
813
|
+
declare const _default$11: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
813
814
|
|
|
814
815
|
type UserInfoModalProps = {
|
|
815
816
|
isOpen: boolean;
|
|
@@ -880,7 +881,7 @@ type ReScheduleProps = {
|
|
|
880
881
|
btnLabel: string;
|
|
881
882
|
};
|
|
882
883
|
};
|
|
883
|
-
declare const _default$
|
|
884
|
+
declare const _default$10: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
884
885
|
|
|
885
886
|
type ReScheduleSuccessProps = {
|
|
886
887
|
name: string;
|
|
@@ -918,7 +919,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
918
919
|
tomorrow?: string;
|
|
919
920
|
};
|
|
920
921
|
};
|
|
921
|
-
declare const _default
|
|
922
|
+
declare const _default$$: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
922
923
|
|
|
923
924
|
type SpecialistWorkDirectionsPropsType = {
|
|
924
925
|
workDirections?: string[] | [];
|
|
@@ -927,7 +928,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
927
928
|
moreLabel?: string;
|
|
928
929
|
hideLabel?: string;
|
|
929
930
|
};
|
|
930
|
-
declare const _default$
|
|
931
|
+
declare const _default$_: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
931
932
|
|
|
932
933
|
type SpecialistProfileViewCardProps = {
|
|
933
934
|
videoLink?: string;
|
|
@@ -937,7 +938,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
937
938
|
isLoading?: boolean;
|
|
938
939
|
videoDurationSeconds?: number;
|
|
939
940
|
};
|
|
940
|
-
declare const _default$
|
|
941
|
+
declare const _default$Z: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
941
942
|
|
|
942
943
|
type SpecialistAboutProps = {
|
|
943
944
|
text?: string;
|
|
@@ -946,7 +947,7 @@ type SpecialistAboutProps = {
|
|
|
946
947
|
moreLabel?: string;
|
|
947
948
|
hideLabel?: string;
|
|
948
949
|
};
|
|
949
|
-
declare const _default$
|
|
950
|
+
declare const _default$Y: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
950
951
|
|
|
951
952
|
type SpecialistEducationCardProps = {
|
|
952
953
|
institutionName?: string;
|
|
@@ -957,7 +958,7 @@ type SpecialistEducationCardProps = {
|
|
|
957
958
|
yearEnd?: number | null;
|
|
958
959
|
showLoader?: boolean;
|
|
959
960
|
};
|
|
960
|
-
declare const _default$
|
|
961
|
+
declare const _default$X: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
961
962
|
|
|
962
963
|
type SpecialistStatisticsCardProps = {
|
|
963
964
|
trust?: boolean;
|
|
@@ -1003,7 +1004,7 @@ type BookingScheduleTimeProps = {
|
|
|
1003
1004
|
onClick?: (index: number, item: string) => void;
|
|
1004
1005
|
isLoading?: boolean;
|
|
1005
1006
|
};
|
|
1006
|
-
declare const _default$
|
|
1007
|
+
declare const _default$W: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
1007
1008
|
|
|
1008
1009
|
type BookingSpecialistInfoProps = {
|
|
1009
1010
|
name: string;
|
|
@@ -1012,7 +1013,7 @@ type BookingSpecialistInfoProps = {
|
|
|
1012
1013
|
avatar?: string;
|
|
1013
1014
|
isLoading?: boolean;
|
|
1014
1015
|
};
|
|
1015
|
-
declare const _default$
|
|
1016
|
+
declare const _default$V: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
1016
1017
|
|
|
1017
1018
|
type SpecialistCardProps = {
|
|
1018
1019
|
fullName?: string;
|
|
@@ -1059,9 +1060,9 @@ type SpecialistCardProps = {
|
|
|
1059
1060
|
uploadButton?: boolean;
|
|
1060
1061
|
onUploadButtonClick?: () => void;
|
|
1061
1062
|
};
|
|
1062
|
-
declare const SpecialistCard
|
|
1063
|
+
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
1063
1064
|
|
|
1064
|
-
declare const _default$
|
|
1065
|
+
declare const _default$U: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1065
1066
|
isError?: boolean | undefined;
|
|
1066
1067
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1067
1068
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1085,11 +1086,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1085
1086
|
error?: string | null | undefined;
|
|
1086
1087
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1087
1088
|
|
|
1088
|
-
declare const _default$
|
|
1089
|
+
declare const _default$T: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1089
1090
|
isError?: boolean | undefined;
|
|
1090
1091
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1091
1092
|
|
|
1092
|
-
declare const _default$
|
|
1093
|
+
declare const _default$S: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1093
1094
|
options: {
|
|
1094
1095
|
id: string | number;
|
|
1095
1096
|
label: string | number;
|
|
@@ -1121,7 +1122,7 @@ type CustomCheckboxProps = {
|
|
|
1121
1122
|
isCheckbox?: boolean;
|
|
1122
1123
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1123
1124
|
};
|
|
1124
|
-
declare const _default$
|
|
1125
|
+
declare const _default$R: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1125
1126
|
|
|
1126
1127
|
type CheckboxListItem = {
|
|
1127
1128
|
id: ReactText;
|
|
@@ -1149,7 +1150,7 @@ type CheckboxListProps = {
|
|
|
1149
1150
|
from: string;
|
|
1150
1151
|
};
|
|
1151
1152
|
};
|
|
1152
|
-
declare const _default$
|
|
1153
|
+
declare const _default$Q: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1153
1154
|
|
|
1154
1155
|
type BookingHeaderProps = {
|
|
1155
1156
|
title?: string;
|
|
@@ -1163,9 +1164,9 @@ type ProgressBarProps = {
|
|
|
1163
1164
|
progress: number;
|
|
1164
1165
|
loaderTitle?: string;
|
|
1165
1166
|
};
|
|
1166
|
-
declare const _default$
|
|
1167
|
+
declare const _default$P: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1167
1168
|
|
|
1168
|
-
declare const _default$
|
|
1169
|
+
declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1169
1170
|
title: string;
|
|
1170
1171
|
subTitle?: string | undefined;
|
|
1171
1172
|
isError?: boolean | undefined;
|
|
@@ -1197,7 +1198,7 @@ type FlagProps$1 = {
|
|
|
1197
1198
|
dimensions?: number;
|
|
1198
1199
|
className?: string;
|
|
1199
1200
|
};
|
|
1200
|
-
declare const _default$
|
|
1201
|
+
declare const _default$N: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1201
1202
|
|
|
1202
1203
|
type SpecialistLangsProps = {
|
|
1203
1204
|
showLoader?: boolean;
|
|
@@ -1237,7 +1238,7 @@ type ProfileInformationProps = {
|
|
|
1237
1238
|
reviews: string[];
|
|
1238
1239
|
};
|
|
1239
1240
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1240
|
-
declare const _default$
|
|
1241
|
+
declare const _default$M: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1241
1242
|
|
|
1242
1243
|
type SpecialistMatchProps = {
|
|
1243
1244
|
specialistFirstName?: string;
|
|
@@ -1249,7 +1250,7 @@ type SpecialistMatchProps = {
|
|
|
1249
1250
|
howWeMatchThis: string;
|
|
1250
1251
|
};
|
|
1251
1252
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1252
|
-
declare const _default$
|
|
1253
|
+
declare const _default$L: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1253
1254
|
|
|
1254
1255
|
type SpecialistStatisticProps = {
|
|
1255
1256
|
learnMoreClick: () => void;
|
|
@@ -1269,7 +1270,7 @@ type SpecialistStatisticProps = {
|
|
|
1269
1270
|
bookedSession: string;
|
|
1270
1271
|
};
|
|
1271
1272
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1272
|
-
declare const _default$
|
|
1273
|
+
declare const _default$K: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1273
1274
|
|
|
1274
1275
|
type RatingWithLabelProps = {
|
|
1275
1276
|
countOfReviews?: number;
|
|
@@ -1447,25 +1448,27 @@ declare enum TypographyVariantsEnum {
|
|
|
1447
1448
|
Tabbar10Medium = "Tabbar/10 Medium",
|
|
1448
1449
|
Text8Regular = "Text/8 Regular",
|
|
1449
1450
|
Text7Regular = "Text/7 Regular",
|
|
1450
|
-
Text6Regular = "Text/6 Regular"
|
|
1451
|
+
Text6Regular = "Text/6 Regular",
|
|
1452
|
+
Badge12Semi = "Badge/12 Semi",
|
|
1453
|
+
Badge12Regular = "Badge/12 Regular"
|
|
1451
1454
|
}
|
|
1452
1455
|
type TypographyAlignType = 'left' | 'center' | 'right';
|
|
1453
1456
|
type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
|
|
1454
|
-
|
|
1455
1457
|
type TypographyProps = {
|
|
1456
1458
|
variant?: TypographyVariantsEnum;
|
|
1457
1459
|
align?: TypographyAlignType;
|
|
1458
1460
|
opacity?: TypographyOpacityType;
|
|
1459
1461
|
isAppearCase?: boolean;
|
|
1460
1462
|
className?: string;
|
|
1461
|
-
children:
|
|
1463
|
+
children: React.ReactNode;
|
|
1462
1464
|
onClick?: (args: any) => typeof args;
|
|
1463
1465
|
isError?: boolean;
|
|
1464
1466
|
};
|
|
1465
|
-
|
|
1467
|
+
|
|
1468
|
+
declare const _default$J: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
1466
1469
|
|
|
1467
1470
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
1468
|
-
type AlertCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
1471
|
+
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
1469
1472
|
variant: AlertCardVariants;
|
|
1470
1473
|
size?: 'XY4' | 'X5Y4' | 'XY5';
|
|
1471
1474
|
title?: string;
|
|
@@ -1478,7 +1481,7 @@ type AlertCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
1478
1481
|
};
|
|
1479
1482
|
};
|
|
1480
1483
|
|
|
1481
|
-
declare const _default$
|
|
1484
|
+
declare const _default$I: React$1.NamedExoticComponent<AlertCardProps>;
|
|
1482
1485
|
|
|
1483
1486
|
type AppFooterProps = {
|
|
1484
1487
|
children?: React__default.ReactNode;
|
|
@@ -1489,26 +1492,27 @@ type AppFooterProps = {
|
|
|
1489
1492
|
toolbarStyle?: CSSProperties;
|
|
1490
1493
|
className?: string;
|
|
1491
1494
|
};
|
|
1492
|
-
declare const _default$
|
|
1495
|
+
declare const _default$H: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1493
1496
|
|
|
1494
1497
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1495
1498
|
|
|
1496
1499
|
type AvatarProps = {
|
|
1497
|
-
variant?: 'small' | 'medium' | 'smaller';
|
|
1500
|
+
variant?: 'small' | 'medium' | 'smaller' | 'large';
|
|
1498
1501
|
round?: AvatarRoundVariants;
|
|
1499
1502
|
className?: string;
|
|
1500
1503
|
src?: string;
|
|
1501
1504
|
alt?: string;
|
|
1502
1505
|
showSkeleton?: boolean;
|
|
1506
|
+
onClick?(): void;
|
|
1503
1507
|
};
|
|
1504
|
-
declare const _default$
|
|
1508
|
+
declare const _default$G: React__default.NamedExoticComponent<AvatarProps>;
|
|
1505
1509
|
|
|
1506
1510
|
type SkeletonProps = {
|
|
1507
1511
|
animated?: boolean;
|
|
1508
1512
|
className?: string;
|
|
1509
1513
|
style?: React__default.CSSProperties;
|
|
1510
1514
|
};
|
|
1511
|
-
declare const _default$
|
|
1515
|
+
declare const _default$F: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1512
1516
|
|
|
1513
1517
|
type ButtonProps = {
|
|
1514
1518
|
fill?: 'outline' | 'clear';
|
|
@@ -1523,6 +1527,7 @@ type ButtonProps = {
|
|
|
1523
1527
|
icon?: React__default.ReactNode;
|
|
1524
1528
|
iconPosition?: 'start' | 'center';
|
|
1525
1529
|
style?: React__default.CSSProperties;
|
|
1530
|
+
id?: string;
|
|
1526
1531
|
} & JSX$1.IonButton;
|
|
1527
1532
|
declare const Button_v2: FC<ButtonProps>;
|
|
1528
1533
|
|
|
@@ -1543,7 +1548,7 @@ type FlagProps = {
|
|
|
1543
1548
|
name: string;
|
|
1544
1549
|
className?: string;
|
|
1545
1550
|
};
|
|
1546
|
-
declare const _default$
|
|
1551
|
+
declare const _default$E: React__default.NamedExoticComponent<FlagProps>;
|
|
1547
1552
|
|
|
1548
1553
|
type PictureProps = {
|
|
1549
1554
|
width: number;
|
|
@@ -1560,25 +1565,26 @@ type PictureProps = {
|
|
|
1560
1565
|
responsive?: boolean;
|
|
1561
1566
|
containerWidth?: number;
|
|
1562
1567
|
};
|
|
1563
|
-
declare const _default$
|
|
1568
|
+
declare const _default$D: React__default.NamedExoticComponent<PictureProps>;
|
|
1564
1569
|
|
|
1565
1570
|
type BadgeType = 'default' | 'accent';
|
|
1566
1571
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
1567
|
-
type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
1572
|
+
type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
1568
1573
|
variant: BadgeVariants;
|
|
1569
1574
|
size?: 'S' | 'M';
|
|
1570
1575
|
type?: BadgeType;
|
|
1576
|
+
iconType?: 'check';
|
|
1571
1577
|
};
|
|
1572
1578
|
|
|
1573
|
-
declare const _default$
|
|
1579
|
+
declare const _default$C: React$1.NamedExoticComponent<BadgeProps>;
|
|
1574
1580
|
|
|
1575
1581
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1576
|
-
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
1582
|
+
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
1577
1583
|
variant: ItemCardVariants;
|
|
1578
1584
|
size?: 'M' | 'M4' | 'M45';
|
|
1579
1585
|
};
|
|
1580
1586
|
|
|
1581
|
-
declare const _default$
|
|
1587
|
+
declare const _default$B: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1582
1588
|
|
|
1583
1589
|
type AppHeaderProps = {
|
|
1584
1590
|
fullwidth?: boolean;
|
|
@@ -1773,6 +1779,7 @@ interface IconProps$B extends SVGAttributes<SVGElement> {
|
|
|
1773
1779
|
size?: number | string;
|
|
1774
1780
|
color?: string;
|
|
1775
1781
|
className?: string;
|
|
1782
|
+
filled?: boolean;
|
|
1776
1783
|
}
|
|
1777
1784
|
|
|
1778
1785
|
type TranslationMock = {
|
|
@@ -1805,6 +1812,7 @@ declare enum ShortCurrencySignByLocale {
|
|
|
1805
1812
|
'eur' = "EUR",
|
|
1806
1813
|
'es' = "USD"
|
|
1807
1814
|
}
|
|
1815
|
+
declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
1808
1816
|
|
|
1809
1817
|
declare enum SupportedLangs {
|
|
1810
1818
|
en = "en",
|
|
@@ -1920,6 +1928,136 @@ type OnBoardingFlowType = {
|
|
|
1920
1928
|
screens: Record<string, OnBoardingScreensType>;
|
|
1921
1929
|
};
|
|
1922
1930
|
|
|
1931
|
+
declare enum ContractStatusEnum {
|
|
1932
|
+
active = "active",
|
|
1933
|
+
pending = "pending",
|
|
1934
|
+
expired = "expired",
|
|
1935
|
+
outdated = "outdated"
|
|
1936
|
+
}
|
|
1937
|
+
declare enum ClientSpecialistContractStatusEnum {
|
|
1938
|
+
active = "active",
|
|
1939
|
+
signed_by_specialist = "signed_by_specialist",
|
|
1940
|
+
signed_by_client = "signed_by_client",
|
|
1941
|
+
expired = "expired"
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
type Sex = 'male' | 'female';
|
|
1945
|
+
type SpecialistOrderType = {
|
|
1946
|
+
specialist_id: string;
|
|
1947
|
+
match: number;
|
|
1948
|
+
matching_by_areas?: string[];
|
|
1949
|
+
matching_by_specialization?: string[];
|
|
1950
|
+
};
|
|
1951
|
+
type UserType = {
|
|
1952
|
+
id?: string | undefined;
|
|
1953
|
+
avatar: string;
|
|
1954
|
+
display_name: string;
|
|
1955
|
+
last_name?: string;
|
|
1956
|
+
displayName?: string;
|
|
1957
|
+
email: string;
|
|
1958
|
+
phone_number: string;
|
|
1959
|
+
phoneNumber?: string;
|
|
1960
|
+
user_psychologists?: Array<string> | string;
|
|
1961
|
+
time_zone: string;
|
|
1962
|
+
favourite_specialist_ids?: Array<string> | null;
|
|
1963
|
+
app_lang: string;
|
|
1964
|
+
app_reviewed_after_consultation_count?: number;
|
|
1965
|
+
onBoardingAnswers?: {
|
|
1966
|
+
[key: string]: string[];
|
|
1967
|
+
};
|
|
1968
|
+
specialist_order?: SpecialistOrderType[] | null;
|
|
1969
|
+
onboarding_key?: string | null;
|
|
1970
|
+
/**
|
|
1971
|
+
* Date of birth in format 'dd.mm.yyyy'
|
|
1972
|
+
*/
|
|
1973
|
+
dob?: string;
|
|
1974
|
+
country?: string;
|
|
1975
|
+
tax_id?: string;
|
|
1976
|
+
};
|
|
1977
|
+
|
|
1978
|
+
type SpecialistEducation = {
|
|
1979
|
+
institution_name: string;
|
|
1980
|
+
institution_logo_link?: string;
|
|
1981
|
+
certificate_link?: string;
|
|
1982
|
+
faculty?: string;
|
|
1983
|
+
year_start?: number;
|
|
1984
|
+
year_end?: number;
|
|
1985
|
+
};
|
|
1986
|
+
type Specialist = {
|
|
1987
|
+
id: string;
|
|
1988
|
+
slug: string;
|
|
1989
|
+
first_name: string;
|
|
1990
|
+
last_name: string;
|
|
1991
|
+
specialization?: string;
|
|
1992
|
+
session_price_uah: number;
|
|
1993
|
+
session_price: number;
|
|
1994
|
+
session_price_type: SupportedCurrency;
|
|
1995
|
+
session_duration_minutes: number;
|
|
1996
|
+
video_link?: string;
|
|
1997
|
+
video_cover_link: string;
|
|
1998
|
+
video_duration_seconds: number;
|
|
1999
|
+
super_specialist: boolean;
|
|
2000
|
+
reviews_average_rating: number;
|
|
2001
|
+
reviews_count: number;
|
|
2002
|
+
profile_lang: string;
|
|
2003
|
+
summary: string;
|
|
2004
|
+
years_of_experience: number;
|
|
2005
|
+
hours_of_practice?: number;
|
|
2006
|
+
specialist_list_photo_link?: string;
|
|
2007
|
+
is_active: boolean;
|
|
2008
|
+
is_public?: boolean;
|
|
2009
|
+
full_name_in_instrumental_case: string;
|
|
2010
|
+
profile_photo_link?: string;
|
|
2011
|
+
video_calling_photo_link?: string;
|
|
2012
|
+
about?: string;
|
|
2013
|
+
areas_of_work: Array<string> | [];
|
|
2014
|
+
areas_of_work_by_client_problem: Array<string> | [];
|
|
2015
|
+
therapy_description?: string;
|
|
2016
|
+
avatar_link?: string;
|
|
2017
|
+
time_zone: string;
|
|
2018
|
+
mindly_contract_status?: ContractStatusEnum;
|
|
2019
|
+
client?: {
|
|
2020
|
+
specialist_client_contract_id?: string;
|
|
2021
|
+
specialist_client_contract_status?: ClientSpecialistContractStatusEnum;
|
|
2022
|
+
};
|
|
2023
|
+
education: SpecialistEducation[];
|
|
2024
|
+
sex: Sex;
|
|
2025
|
+
active_clients?: number;
|
|
2026
|
+
sessions_count?: number;
|
|
2027
|
+
country_of_birthday?: string;
|
|
2028
|
+
languages: Array<string> | [];
|
|
2029
|
+
year_of_birthday?: number;
|
|
2030
|
+
reviews_count_by_stars: {
|
|
2031
|
+
[key: string]: number;
|
|
2032
|
+
};
|
|
2033
|
+
percent_match: number;
|
|
2034
|
+
session_count_by_3_days?: number;
|
|
2035
|
+
favourite?: boolean;
|
|
2036
|
+
app_lang?: string;
|
|
2037
|
+
isFavourite?: boolean;
|
|
2038
|
+
subscription_discounts?: Record<string, number>;
|
|
2039
|
+
};
|
|
2040
|
+
|
|
2041
|
+
type SpecialistReview = {
|
|
2042
|
+
id: string;
|
|
2043
|
+
specialist_id: string;
|
|
2044
|
+
client_id: string;
|
|
2045
|
+
client_avatar: string | null;
|
|
2046
|
+
client_country: string;
|
|
2047
|
+
client_first_name: string;
|
|
2048
|
+
client_last_name?: string | null;
|
|
2049
|
+
/**
|
|
2050
|
+
* Count of stars that client gave to specialist (1-5)
|
|
2051
|
+
*/
|
|
2052
|
+
review_rating: number;
|
|
2053
|
+
text_of_review: string | null;
|
|
2054
|
+
/**
|
|
2055
|
+
* Timestamp of review creation
|
|
2056
|
+
*/
|
|
2057
|
+
created_at: number;
|
|
2058
|
+
review_status: 'on_review' | 'approved' | 'rejected';
|
|
2059
|
+
};
|
|
2060
|
+
|
|
1923
2061
|
declare enum ListBoxSelectionType {
|
|
1924
2062
|
Checkbox = "checkbox",
|
|
1925
2063
|
Radio = "radio"
|
|
@@ -1937,7 +2075,7 @@ declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps,
|
|
|
1937
2075
|
type ListOptionsProps = {
|
|
1938
2076
|
item: Node<unknown>;
|
|
1939
2077
|
state: ListState<unknown>;
|
|
1940
|
-
icon?: React.ReactNode;
|
|
2078
|
+
icon?: React$1.ReactNode;
|
|
1941
2079
|
divider?: boolean;
|
|
1942
2080
|
value?: string;
|
|
1943
2081
|
selectedIconProps?: IconProps$B;
|
|
@@ -1946,26 +2084,26 @@ type ListOptionsProps = {
|
|
|
1946
2084
|
enableSelection?: boolean;
|
|
1947
2085
|
};
|
|
1948
2086
|
type ListBoxItemProps = {
|
|
1949
|
-
icon?: React.ReactNode;
|
|
2087
|
+
icon?: React$1.ReactNode;
|
|
1950
2088
|
type?: `${ListBoxSelectionType}`;
|
|
1951
2089
|
selectedIconProps?: IconProps$B;
|
|
1952
2090
|
divider?: boolean;
|
|
1953
2091
|
value?: string;
|
|
1954
|
-
children: React.ReactNode;
|
|
2092
|
+
children: React$1.ReactNode;
|
|
1955
2093
|
className?: string;
|
|
1956
2094
|
customContent?: boolean;
|
|
1957
2095
|
onClick?: HTMLIonItemElement['onclick'];
|
|
1958
2096
|
};
|
|
1959
2097
|
|
|
1960
|
-
declare const ListOption: React.ForwardRefExoticComponent<ListOptionsProps & React.RefAttributes<HTMLIonItemElement>>;
|
|
2098
|
+
declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
|
|
1961
2099
|
declare const ListBoxItem: (props: ItemProps$1<unknown> & ListBoxItemProps) => JSX.Element;
|
|
1962
2100
|
|
|
1963
2101
|
type BaseTypeProps = {
|
|
1964
|
-
onDatePress?: (date: string, evt: React.MouseEvent<HTMLButtonElement>) => void;
|
|
2102
|
+
onDatePress?: (date: string, evt: React$1.MouseEvent<HTMLButtonElement>) => void;
|
|
1965
2103
|
locale: string;
|
|
1966
2104
|
timeZone?: string;
|
|
1967
2105
|
selectionMode?: SelectionMode;
|
|
1968
|
-
renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React.ReactNode;
|
|
2106
|
+
renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React$1.ReactNode;
|
|
1969
2107
|
};
|
|
1970
2108
|
type CalendarProps = Omit<AriaCalendarProps<DateValue>, 'minValue' | 'defaultValue' | 'maxValue'> & BaseTypeProps & {
|
|
1971
2109
|
minValue?: string;
|
|
@@ -2001,7 +2139,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
2001
2139
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
2002
2140
|
}
|
|
2003
2141
|
|
|
2004
|
-
declare const _default$
|
|
2142
|
+
declare const _default$A: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
2005
2143
|
|
|
2006
2144
|
type RatingProps = {
|
|
2007
2145
|
initialRating?: number;
|
|
@@ -2013,7 +2151,7 @@ type RatingProps = {
|
|
|
2013
2151
|
readonly?: boolean;
|
|
2014
2152
|
};
|
|
2015
2153
|
|
|
2016
|
-
declare const _default$
|
|
2154
|
+
declare const _default$z: React__default.NamedExoticComponent<RatingProps>;
|
|
2017
2155
|
|
|
2018
2156
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
2019
2157
|
t: WithTranslation | any;
|
|
@@ -2027,7 +2165,7 @@ type IconButtonProps = {
|
|
|
2027
2165
|
fill?: 'clear' | 'filled';
|
|
2028
2166
|
type?: 'button' | 'submit' | 'reset';
|
|
2029
2167
|
};
|
|
2030
|
-
declare const _default$
|
|
2168
|
+
declare const _default$y: React__default.NamedExoticComponent<IconButtonProps>;
|
|
2031
2169
|
|
|
2032
2170
|
type ToastProviderProps = ToastStateProps;
|
|
2033
2171
|
type MindlyToastProps = {
|
|
@@ -2038,7 +2176,7 @@ interface ToastRegionProps<T> extends AriaToastRegionProps {
|
|
|
2038
2176
|
state: ToastState<T>;
|
|
2039
2177
|
}
|
|
2040
2178
|
|
|
2041
|
-
declare function ToastRegion<T extends React.ReactNode>({ state, ...props }: ToastRegionProps<T>): JSX.Element;
|
|
2179
|
+
declare function ToastRegion<T extends React$1.ReactNode>({ state, ...props }: ToastRegionProps<T>): JSX.Element;
|
|
2042
2180
|
|
|
2043
2181
|
interface ScreenInputProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
2044
2182
|
variant?: 'default' | 'large';
|
|
@@ -2057,12 +2195,13 @@ type SpinnerProps = {
|
|
|
2057
2195
|
};
|
|
2058
2196
|
declare const Spinner_v2: FC<SpinnerProps>;
|
|
2059
2197
|
|
|
2060
|
-
declare const ModalSheet: React.ForwardRefExoticComponent<_ionic_core_dist_types_components.JSX.IonModal & {
|
|
2061
|
-
children?: React.ReactNode;
|
|
2198
|
+
declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_types_components.JSX.IonModal & {
|
|
2199
|
+
children?: React$1.ReactNode;
|
|
2062
2200
|
} & {
|
|
2063
2201
|
heightInPx?: number | undefined;
|
|
2064
2202
|
className?: string | undefined;
|
|
2065
|
-
|
|
2203
|
+
withCloseButton?: boolean | undefined;
|
|
2204
|
+
} & React$1.RefAttributes<HTMLIonModalElement>>;
|
|
2066
2205
|
|
|
2067
2206
|
type ProgressBar_v2Props = {
|
|
2068
2207
|
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light';
|
|
@@ -2072,21 +2211,21 @@ type ProgressBar_v2Props = {
|
|
|
2072
2211
|
animationDuration?: number;
|
|
2073
2212
|
onProgressEnd?: () => void;
|
|
2074
2213
|
};
|
|
2075
|
-
declare const _default$
|
|
2214
|
+
declare const _default$x: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
2076
2215
|
|
|
2077
2216
|
type LoadingProps = {
|
|
2078
2217
|
isOpen: boolean;
|
|
2079
2218
|
};
|
|
2080
|
-
declare const _default$
|
|
2219
|
+
declare const _default$w: React__default.NamedExoticComponent<LoadingProps>;
|
|
2081
2220
|
|
|
2082
|
-
type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
|
|
2221
|
+
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
2083
2222
|
withBorders?: boolean;
|
|
2084
2223
|
};
|
|
2085
|
-
declare const _default$
|
|
2224
|
+
declare const _default$v: React$1.NamedExoticComponent<ListItemsProps>;
|
|
2086
2225
|
|
|
2087
|
-
type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
2088
|
-
leftContent?: React.ReactNode;
|
|
2089
|
-
rightContent?: React.ReactNode;
|
|
2226
|
+
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
2227
|
+
leftContent?: React$1.ReactNode;
|
|
2228
|
+
rightContent?: React$1.ReactNode;
|
|
2090
2229
|
innerItemClassName?: string;
|
|
2091
2230
|
withBorders?: boolean;
|
|
2092
2231
|
isDisabled?: boolean;
|
|
@@ -2094,14 +2233,25 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
2094
2233
|
isError?: boolean;
|
|
2095
2234
|
status?: 'error' | 'attention';
|
|
2096
2235
|
};
|
|
2097
|
-
declare const _default$
|
|
2236
|
+
declare const _default$u: React$1.NamedExoticComponent<ItemProps>;
|
|
2098
2237
|
|
|
2099
2238
|
type VideoProps = {
|
|
2100
2239
|
src: string;
|
|
2101
|
-
isMuted
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2240
|
+
isMuted?: boolean;
|
|
2241
|
+
isWithWatermark?: boolean;
|
|
2242
|
+
isWithPlay?: boolean;
|
|
2243
|
+
hiddenVideo?: boolean;
|
|
2244
|
+
preview?: string;
|
|
2245
|
+
onMuteToggle?: () => void;
|
|
2246
|
+
onPlay?(src: string): void;
|
|
2247
|
+
};
|
|
2248
|
+
type VideoMethods = {
|
|
2249
|
+
play(): void;
|
|
2250
|
+
};
|
|
2251
|
+
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
2252
|
+
declare const _default$t: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
2253
|
+
children?: React__default.ReactNode;
|
|
2254
|
+
} & React__default.RefAttributes<VideoRef>>>;
|
|
2105
2255
|
|
|
2106
2256
|
type UlLiProps = {
|
|
2107
2257
|
list: string[];
|
|
@@ -2112,7 +2262,7 @@ declare enum SelectItemType {
|
|
|
2112
2262
|
Checkbox = "checkbox",
|
|
2113
2263
|
Radio = "radio"
|
|
2114
2264
|
}
|
|
2115
|
-
type Props$
|
|
2265
|
+
type Props$8 = {
|
|
2116
2266
|
type: SelectItemType;
|
|
2117
2267
|
id: string;
|
|
2118
2268
|
label: string;
|
|
@@ -2121,7 +2271,7 @@ type Props$3 = {
|
|
|
2121
2271
|
checked: boolean;
|
|
2122
2272
|
onChange?: (value: string) => void;
|
|
2123
2273
|
};
|
|
2124
|
-
declare const CheckBoxItem: React__default.ForwardRefExoticComponent<Props$
|
|
2274
|
+
declare const CheckBoxItem: React__default.ForwardRefExoticComponent<Props$8 & React__default.RefAttributes<HTMLInputElement>>;
|
|
2125
2275
|
|
|
2126
2276
|
type FieldSearchType = {
|
|
2127
2277
|
className?: string;
|
|
@@ -2134,7 +2284,7 @@ type FieldSearchType = {
|
|
|
2134
2284
|
t?: WithTranslation['t'];
|
|
2135
2285
|
};
|
|
2136
2286
|
|
|
2137
|
-
declare const InputSearch: React.FC<FieldSearchType>;
|
|
2287
|
+
declare const InputSearch: React$1.FC<FieldSearchType>;
|
|
2138
2288
|
|
|
2139
2289
|
type LabelArrowRedirectProps = {
|
|
2140
2290
|
transparent?: boolean;
|
|
@@ -2171,7 +2321,7 @@ type SelectionType$1 = {
|
|
|
2171
2321
|
value: any;
|
|
2172
2322
|
label: string;
|
|
2173
2323
|
};
|
|
2174
|
-
type Props$
|
|
2324
|
+
type Props$7 = {
|
|
2175
2325
|
height?: number | undefined;
|
|
2176
2326
|
selections: Record<string, SelectionType$1[]>;
|
|
2177
2327
|
defaults?: Record<string, string>;
|
|
@@ -2179,7 +2329,7 @@ type Props$2 = {
|
|
|
2179
2329
|
className?: string;
|
|
2180
2330
|
compareBy?: 'value' | 'label';
|
|
2181
2331
|
};
|
|
2182
|
-
declare const DrumListPicker: ({ height, selections, defaults, onChange, className, compareBy, }: Props$
|
|
2332
|
+
declare const DrumListPicker: ({ height, selections, defaults, onChange, className, compareBy, }: Props$7) => JSX.Element;
|
|
2183
2333
|
|
|
2184
2334
|
type FontWeight = 'Regular' | 'Semi' | 'Bold';
|
|
2185
2335
|
type CollapsableTextProps = {
|
|
@@ -2201,6 +2351,39 @@ declare const TabItem: (props: ItemProps$1<unknown> & {
|
|
|
2201
2351
|
textTransform?: 'uppercase' | 'capitalize' | 'lowercase' | 'none';
|
|
2202
2352
|
}) => JSX.Element;
|
|
2203
2353
|
|
|
2354
|
+
type SuperSpecialistProps = {
|
|
2355
|
+
t?: WithTranslation['t'];
|
|
2356
|
+
variant?: 'default' | 'full';
|
|
2357
|
+
percent?: number;
|
|
2358
|
+
};
|
|
2359
|
+
|
|
2360
|
+
declare const SuperSpecialist: FC<SuperSpecialistProps>;
|
|
2361
|
+
|
|
2362
|
+
type MatchProgressProps = {
|
|
2363
|
+
className?: string;
|
|
2364
|
+
percentMatch: number;
|
|
2365
|
+
};
|
|
2366
|
+
declare const _default$s: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2367
|
+
|
|
2368
|
+
interface Props$6 {
|
|
2369
|
+
className?: string;
|
|
2370
|
+
title: string;
|
|
2371
|
+
}
|
|
2372
|
+
declare const _default$r: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$6>>;
|
|
2373
|
+
|
|
2374
|
+
declare const _default$q: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2375
|
+
|
|
2376
|
+
type Props$5 = {
|
|
2377
|
+
className?: string;
|
|
2378
|
+
rating: number;
|
|
2379
|
+
reviews: number;
|
|
2380
|
+
t?: WithTranslation['t'];
|
|
2381
|
+
size?: 'default' | 'small' | 'large';
|
|
2382
|
+
endAdornment?: React__default.ReactNode;
|
|
2383
|
+
onClick?(): void;
|
|
2384
|
+
};
|
|
2385
|
+
declare const ReviewsSummary: FC<Props$5>;
|
|
2386
|
+
|
|
2204
2387
|
declare enum appThemes {
|
|
2205
2388
|
client = "client",
|
|
2206
2389
|
specialist = "specialist"
|
|
@@ -2211,8 +2394,8 @@ type ThemeProviderProps = {
|
|
|
2211
2394
|
|
|
2212
2395
|
declare const ThemeProvider: FC<ThemeProviderProps>;
|
|
2213
2396
|
|
|
2214
|
-
declare const ToastContext: React.Context<ToastState<MindlyToastProps> | undefined>;
|
|
2215
|
-
declare function ToastProvider({ children, ...props }: React.PropsWithChildren<ToastProviderProps>): JSX.Element;
|
|
2397
|
+
declare const ToastContext: React$1.Context<ToastState<MindlyToastProps> | undefined>;
|
|
2398
|
+
declare function ToastProvider({ children, ...props }: React$1.PropsWithChildren<ToastProviderProps>): JSX.Element;
|
|
2216
2399
|
|
|
2217
2400
|
declare const CircleRatingContext: React__default.Context<CircleRatingContextData>;
|
|
2218
2401
|
declare const CircleRatingProvider: ({ children, data, t, }: {
|
|
@@ -2221,7 +2404,7 @@ declare const CircleRatingProvider: ({ children, data, t, }: {
|
|
|
2221
2404
|
t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>;
|
|
2222
2405
|
}) => JSX.Element | null;
|
|
2223
2406
|
|
|
2224
|
-
declare function useDomRef<T extends HTMLElement = HTMLElement>(ref: React.RefObject<T | null> | React.ForwardedRef<T | null>): React.RefObject<T>;
|
|
2407
|
+
declare function useDomRef<T extends HTMLElement = HTMLElement>(ref: React$1.RefObject<T | null> | React$1.ForwardedRef<T | null>): React$1.RefObject<T>;
|
|
2225
2408
|
|
|
2226
2409
|
type AnyFunction = (...args: any[]) => any;
|
|
2227
2410
|
/**
|
|
@@ -2233,7 +2416,7 @@ type AnyFunction = (...args: any[]) => any;
|
|
|
2233
2416
|
declare function useEvent<TCallback extends AnyFunction>(callback: TCallback): TCallback;
|
|
2234
2417
|
|
|
2235
2418
|
type InputRefType = HTMLIonInputElement | HTMLIonTextareaElement;
|
|
2236
|
-
declare function useAutoFocus<T extends InputRefType>(): React.RefObject<T>;
|
|
2419
|
+
declare function useAutoFocus<T extends InputRefType>(): React$1.RefObject<T>;
|
|
2237
2420
|
|
|
2238
2421
|
declare function useToastContext(): ToastState<MindlyToastProps>;
|
|
2239
2422
|
|
|
@@ -2269,83 +2452,83 @@ declare function useElementWidth<T extends HTMLElement>(): [
|
|
|
2269
2452
|
RefObject<T>
|
|
2270
2453
|
];
|
|
2271
2454
|
|
|
2272
|
-
interface IconProps$A extends React.SVGAttributes<SVGElement> {
|
|
2455
|
+
interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
|
|
2273
2456
|
size?: number | string;
|
|
2274
2457
|
color?: string;
|
|
2275
2458
|
}
|
|
2276
2459
|
declare function IconArrowLeft({ color, size, ...other }: IconProps$A): JSX.Element;
|
|
2277
2460
|
|
|
2278
|
-
interface IconProps$z extends React.SVGAttributes<SVGElement> {
|
|
2461
|
+
interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
|
|
2279
2462
|
size?: number | string;
|
|
2280
2463
|
color?: string;
|
|
2281
2464
|
}
|
|
2282
2465
|
declare function IconArrowRight({ color, size, ...other }: IconProps$z): JSX.Element;
|
|
2283
2466
|
|
|
2284
|
-
interface IconProps$y extends React.SVGAttributes<SVGElement> {
|
|
2467
|
+
interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
|
|
2285
2468
|
size?: number | string;
|
|
2286
2469
|
color?: string;
|
|
2287
2470
|
}
|
|
2288
2471
|
declare function IconBeachAccess({ color, size, ...other }: IconProps$y): JSX.Element;
|
|
2289
2472
|
|
|
2290
|
-
interface IconProps$x extends React.SVGAttributes<SVGElement> {
|
|
2473
|
+
interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
|
|
2291
2474
|
size?: number | string;
|
|
2292
2475
|
color?: string;
|
|
2293
2476
|
}
|
|
2294
2477
|
declare function IconCalendar({ color, size, ...other }: IconProps$x): JSX.Element;
|
|
2295
2478
|
|
|
2296
|
-
interface IconProps$w extends React.SVGAttributes<SVGElement> {
|
|
2479
|
+
interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
|
|
2297
2480
|
size?: number | string;
|
|
2298
2481
|
color?: string;
|
|
2299
2482
|
}
|
|
2300
2483
|
declare function IconCalendarMonth({ color, size, ...other }: IconProps$w): JSX.Element;
|
|
2301
2484
|
|
|
2302
|
-
interface IconProps$v extends React.SVGAttributes<SVGElement> {
|
|
2485
|
+
interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
|
|
2303
2486
|
size?: number | string;
|
|
2304
2487
|
color?: string;
|
|
2305
2488
|
}
|
|
2306
2489
|
declare function IconChatOutline({ color, size, ...other }: IconProps$v): JSX.Element;
|
|
2307
2490
|
|
|
2308
|
-
interface IconProps$u extends React.SVGAttributes<SVGElement> {
|
|
2491
|
+
interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
|
|
2309
2492
|
size?: number | string;
|
|
2310
2493
|
color?: string;
|
|
2311
2494
|
}
|
|
2312
2495
|
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$u): JSX.Element;
|
|
2313
2496
|
|
|
2314
|
-
interface IconProps$t extends React.SVGAttributes<SVGElement> {
|
|
2497
|
+
interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
|
|
2315
2498
|
size?: number | string;
|
|
2316
2499
|
color?: string;
|
|
2317
2500
|
}
|
|
2318
2501
|
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$t): JSX.Element;
|
|
2319
2502
|
|
|
2320
|
-
declare const IconClose: FC<React.SVGAttributes<SVGElement>>;
|
|
2503
|
+
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2321
2504
|
|
|
2322
|
-
interface IconProps$s extends React.SVGAttributes<SVGElement> {
|
|
2505
|
+
interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
|
|
2323
2506
|
size?: number | string;
|
|
2324
2507
|
color?: string;
|
|
2325
2508
|
}
|
|
2326
2509
|
declare function IconEditCalendar({ color, size, ...props }: IconProps$s): JSX.Element;
|
|
2327
2510
|
|
|
2328
|
-
interface IconProps$r extends React.SVGAttributes<SVGElement> {
|
|
2511
|
+
interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
|
|
2329
2512
|
size?: number | string;
|
|
2330
2513
|
color?: string;
|
|
2331
2514
|
}
|
|
2332
2515
|
declare function IconInvisible({ color, size, ...other }: IconProps$r): JSX.Element;
|
|
2333
2516
|
|
|
2334
|
-
interface IconProps$q extends React.SVGAttributes<SVGElement> {
|
|
2517
|
+
interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
|
|
2335
2518
|
size?: number | string;
|
|
2336
2519
|
color?: string;
|
|
2337
2520
|
}
|
|
2338
2521
|
declare function IconLanguage({ color, size, ...other }: IconProps$q): JSX.Element;
|
|
2339
2522
|
|
|
2340
|
-
declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
|
|
2523
|
+
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2341
2524
|
|
|
2342
|
-
interface IconProps$p extends React.SVGAttributes<SVGElement> {
|
|
2525
|
+
interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
|
|
2343
2526
|
size?: number | string;
|
|
2344
2527
|
color?: string;
|
|
2345
2528
|
}
|
|
2346
2529
|
declare function IconLogout({ color, size, ...other }: IconProps$p): JSX.Element;
|
|
2347
2530
|
|
|
2348
|
-
interface IconProps$o extends React.SVGAttributes<SVGElement> {
|
|
2531
|
+
interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
|
|
2349
2532
|
size?: number | string;
|
|
2350
2533
|
color?: string;
|
|
2351
2534
|
}
|
|
@@ -2353,132 +2536,132 @@ declare function IconPause({ color, size, ...other }: IconProps$o): JSX.Element;
|
|
|
2353
2536
|
|
|
2354
2537
|
declare function IconMinus({ color, size, ...other }: IconProps$B): JSX.Element;
|
|
2355
2538
|
|
|
2356
|
-
type IconPlusProps = React.SVGProps<any>;
|
|
2539
|
+
type IconPlusProps = React$1.SVGProps<any>;
|
|
2357
2540
|
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
2358
2541
|
|
|
2359
|
-
interface IconProps$n extends React.SVGAttributes<SVGElement> {
|
|
2542
|
+
interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
|
|
2360
2543
|
size?: number | string;
|
|
2361
2544
|
color?: string;
|
|
2362
2545
|
}
|
|
2363
2546
|
declare function IconProfileChecked({ color, size, ...other }: IconProps$n): JSX.Element;
|
|
2364
2547
|
|
|
2365
|
-
interface IconProps$m extends React.SVGAttributes<SVGElement> {
|
|
2548
|
+
interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
|
|
2366
2549
|
size?: number | string;
|
|
2367
2550
|
color?: string;
|
|
2368
2551
|
}
|
|
2369
2552
|
declare function IconProfileCircle({ color, size, ...other }: IconProps$m): JSX.Element;
|
|
2370
2553
|
|
|
2371
|
-
interface IconProps$l extends React.SVGAttributes<SVGElement> {
|
|
2554
|
+
interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
|
|
2372
2555
|
size?: number | string;
|
|
2373
2556
|
color?: string;
|
|
2374
2557
|
}
|
|
2375
2558
|
declare function IconProfileSetting({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
2376
2559
|
|
|
2377
|
-
interface IconProps$k extends React.SVGAttributes<SVGElement> {
|
|
2560
|
+
interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
|
|
2378
2561
|
size?: number | string;
|
|
2379
2562
|
color?: string;
|
|
2380
2563
|
}
|
|
2381
2564
|
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$k): JSX.Element;
|
|
2382
2565
|
|
|
2383
|
-
interface IconProps$j extends React.SVGAttributes<SVGElement> {
|
|
2566
|
+
interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
|
|
2384
2567
|
size?: number | string;
|
|
2385
2568
|
color?: string;
|
|
2386
2569
|
}
|
|
2387
2570
|
declare function IconResume({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
2388
2571
|
|
|
2389
|
-
interface IconProps$i extends React.SVGAttributes<SVGElement> {
|
|
2572
|
+
interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
|
|
2390
2573
|
size?: number | string;
|
|
2391
2574
|
color?: string;
|
|
2392
2575
|
}
|
|
2393
2576
|
declare function IconSettings({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
2394
2577
|
|
|
2395
|
-
declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
|
|
2578
|
+
declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2396
2579
|
|
|
2397
|
-
declare const IconStarFilled: FC<React.SVGAttributes<SVGElement>>;
|
|
2580
|
+
declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2398
2581
|
|
|
2399
|
-
declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
|
|
2582
|
+
declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2400
2583
|
|
|
2401
|
-
interface IconProps$h extends React.SVGAttributes<SVGElement> {
|
|
2584
|
+
interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
|
|
2402
2585
|
size?: number | string;
|
|
2403
2586
|
color?: string;
|
|
2404
2587
|
}
|
|
2405
2588
|
declare function IconTime({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
2406
2589
|
|
|
2407
|
-
interface IconProps$g extends React.SVGAttributes<SVGElement> {
|
|
2590
|
+
interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
|
|
2408
2591
|
size?: number | string;
|
|
2409
2592
|
color?: string;
|
|
2410
2593
|
}
|
|
2411
2594
|
declare function IconVerifiedUser({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
2412
2595
|
|
|
2413
|
-
interface IconProps$f extends React.SVGAttributes<SVGElement> {
|
|
2596
|
+
interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
|
|
2414
2597
|
size?: number | string;
|
|
2415
2598
|
color?: string;
|
|
2416
2599
|
}
|
|
2417
2600
|
declare function IconVisible({ color, size, ...other }: IconProps$f): JSX.Element;
|
|
2418
2601
|
|
|
2419
|
-
declare const IconApple: FC<React.SVGAttributes<SVGElement>>;
|
|
2602
|
+
declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2420
2603
|
|
|
2421
|
-
declare const IconGoogle: FC<React.SVGAttributes<SVGElement>>;
|
|
2604
|
+
declare const IconGoogle: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2422
2605
|
|
|
2423
|
-
declare const IconLetter: FC<React.SVGAttributes<SVGElement>>;
|
|
2606
|
+
declare const IconLetter: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2424
2607
|
|
|
2425
|
-
declare const IconSpinner: FC<React.SVGAttributes<SVGElement>>;
|
|
2608
|
+
declare const IconSpinner: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2426
2609
|
|
|
2427
|
-
declare const IconEye: FC<React.SVGAttributes<SVGElement>>;
|
|
2610
|
+
declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2428
2611
|
|
|
2429
|
-
declare const IconEyeOff: FC<React.SVGAttributes<SVGElement>>;
|
|
2612
|
+
declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2430
2613
|
|
|
2431
|
-
interface IconProps$e extends React.SVGAttributes<SVGElement> {
|
|
2614
|
+
interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
|
|
2432
2615
|
size?: number | string;
|
|
2433
2616
|
color?: string;
|
|
2434
2617
|
}
|
|
2435
2618
|
declare function IconWarning({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
2436
2619
|
|
|
2437
|
-
declare const IconGift: React.FC<React.SVGAttributes<SVGElement>>;
|
|
2620
|
+
declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2438
2621
|
|
|
2439
|
-
declare const IconCreditCard: React.FC<React.SVGAttributes<SVGElement>>;
|
|
2622
|
+
declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2440
2623
|
|
|
2441
|
-
declare const IconQuestion: React.FC<React.SVGAttributes<SVGElement>>;
|
|
2624
|
+
declare const IconQuestion: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2442
2625
|
|
|
2443
|
-
declare const IconPaper: React.FC<React.SVGAttributes<SVGElement>>;
|
|
2626
|
+
declare const IconPaper: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2444
2627
|
|
|
2445
2628
|
declare const IconChat3d: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2446
2629
|
|
|
2447
2630
|
declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2448
2631
|
|
|
2449
|
-
declare const IconCheckSmall: React.FC<React.SVGAttributes<SVGElement>>;
|
|
2632
|
+
declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2450
2633
|
|
|
2451
|
-
interface IconProps$d extends React.SVGAttributes<SVGElement> {
|
|
2634
|
+
interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
|
|
2452
2635
|
size?: number | string;
|
|
2453
2636
|
color?: string;
|
|
2454
2637
|
className?: string;
|
|
2455
|
-
style?: React.CSSProperties;
|
|
2638
|
+
style?: React$1.CSSProperties;
|
|
2456
2639
|
}
|
|
2457
2640
|
declare function IconCheck({ color, size, ...other }: IconProps$d): JSX.Element;
|
|
2458
2641
|
|
|
2459
|
-
interface IconProps$c extends React.SVGAttributes<SVGElement> {
|
|
2642
|
+
interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
|
|
2460
2643
|
size?: number | string;
|
|
2461
2644
|
color?: string;
|
|
2462
2645
|
className?: string;
|
|
2463
|
-
style?: React.CSSProperties;
|
|
2646
|
+
style?: React$1.CSSProperties;
|
|
2464
2647
|
}
|
|
2465
2648
|
declare const IconCapFilled: FC<IconProps$c>;
|
|
2466
2649
|
|
|
2467
|
-
interface IconProps$b extends React.SVGAttributes<SVGElement> {
|
|
2650
|
+
interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
|
|
2468
2651
|
size?: number | string;
|
|
2469
2652
|
color?: string;
|
|
2470
2653
|
className?: string;
|
|
2471
|
-
style?: React.CSSProperties;
|
|
2654
|
+
style?: React$1.CSSProperties;
|
|
2472
2655
|
}
|
|
2473
2656
|
declare function IconCancelRounded({ color, size, ...other }: IconProps$b): JSX.Element;
|
|
2474
2657
|
|
|
2475
|
-
interface IconProps$a extends React.SVGAttributes<SVGElement> {
|
|
2658
|
+
interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
|
|
2476
2659
|
size?: number | string;
|
|
2477
2660
|
color?: string;
|
|
2478
2661
|
}
|
|
2479
2662
|
declare function IconMute({ color, size, ...other }: IconProps$a): JSX.Element;
|
|
2480
2663
|
|
|
2481
|
-
interface IconProps$9 extends React.SVGAttributes<SVGElement> {
|
|
2664
|
+
interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
|
|
2482
2665
|
size?: number | string;
|
|
2483
2666
|
color?: string;
|
|
2484
2667
|
}
|
|
@@ -2486,7 +2669,7 @@ declare function IconUnmute({ color, size, ...other }: IconProps$9): JSX.Element
|
|
|
2486
2669
|
|
|
2487
2670
|
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2488
2671
|
|
|
2489
|
-
interface IconProps$8 extends React.SVGAttributes<SVGElement> {
|
|
2672
|
+
interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
|
|
2490
2673
|
size?: number | string;
|
|
2491
2674
|
color?: string;
|
|
2492
2675
|
}
|
|
@@ -2512,13 +2695,13 @@ declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSV
|
|
|
2512
2695
|
|
|
2513
2696
|
declare const IconRadioButtonChecked: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2514
2697
|
|
|
2515
|
-
interface IconProps$7 extends React.SVGAttributes<SVGElement> {
|
|
2698
|
+
interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
|
|
2516
2699
|
size?: number | string;
|
|
2517
2700
|
color?: string;
|
|
2518
2701
|
}
|
|
2519
2702
|
declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
|
|
2520
2703
|
|
|
2521
|
-
interface IconProps$6 extends React.SVGAttributes<SVGElement> {
|
|
2704
|
+
interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
|
|
2522
2705
|
size?: number | string;
|
|
2523
2706
|
color?: string;
|
|
2524
2707
|
}
|
|
@@ -2546,7 +2729,7 @@ declare const IconEdit: FC<IconProps$B>;
|
|
|
2546
2729
|
|
|
2547
2730
|
declare const IconCopy: FC<IconProps$B>;
|
|
2548
2731
|
|
|
2549
|
-
interface IconProps$5 extends React.SVGAttributes<SVGElement> {
|
|
2732
|
+
interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
|
|
2550
2733
|
size?: number | string;
|
|
2551
2734
|
color?: string;
|
|
2552
2735
|
}
|
|
@@ -2556,27 +2739,27 @@ declare const IconManageAccounts: FC<IconProps$B>;
|
|
|
2556
2739
|
|
|
2557
2740
|
declare const IconSend: FC<IconProps$B>;
|
|
2558
2741
|
|
|
2559
|
-
interface IconProps$4 extends React.SVGAttributes<SVGElement> {
|
|
2742
|
+
interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
|
|
2560
2743
|
size?: number | string;
|
|
2561
2744
|
color?: string;
|
|
2562
2745
|
}
|
|
2563
2746
|
declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
|
|
2564
2747
|
|
|
2565
|
-
interface IconProps$3 extends React.SVGAttributes<SVGElement> {
|
|
2748
|
+
interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
|
|
2566
2749
|
size?: number | string;
|
|
2567
2750
|
color?: string;
|
|
2568
2751
|
}
|
|
2569
2752
|
declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
|
|
2570
2753
|
|
|
2571
|
-
interface IconProps$2 extends React.SVGAttributes<SVGElement> {
|
|
2754
|
+
interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
|
|
2572
2755
|
size?: number | string;
|
|
2573
2756
|
color?: string;
|
|
2574
2757
|
className?: string;
|
|
2575
|
-
style?: React.CSSProperties;
|
|
2758
|
+
style?: React$1.CSSProperties;
|
|
2576
2759
|
}
|
|
2577
2760
|
declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
|
|
2578
2761
|
|
|
2579
|
-
interface IconProps$1 extends React.SVGAttributes<SVGElement> {
|
|
2762
|
+
interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
|
|
2580
2763
|
size?: number | string;
|
|
2581
2764
|
color?: string;
|
|
2582
2765
|
}
|
|
@@ -2586,7 +2769,7 @@ declare const IconArrowTopRight: FC<IconProps$B>;
|
|
|
2586
2769
|
|
|
2587
2770
|
declare const IconMoreVertical: FC<IconProps$B>;
|
|
2588
2771
|
|
|
2589
|
-
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
2772
|
+
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2590
2773
|
size?: number | string;
|
|
2591
2774
|
color?: string;
|
|
2592
2775
|
}
|
|
@@ -2604,6 +2787,22 @@ declare const IconReceiptLong: FC<IconProps$B>;
|
|
|
2604
2787
|
|
|
2605
2788
|
declare const IconInvoice: FC<IconProps$B>;
|
|
2606
2789
|
|
|
2790
|
+
declare const IconRenew: React$1.FC<IconProps$B>;
|
|
2791
|
+
|
|
2792
|
+
declare const IconDot: React$1.FC<IconProps$B>;
|
|
2793
|
+
|
|
2794
|
+
declare const IconHeart: React$1.FC<IconProps$B>;
|
|
2795
|
+
|
|
2796
|
+
declare const IconMindly: React$1.FC<IconProps$B>;
|
|
2797
|
+
|
|
2798
|
+
declare const IconPlay: React$1.FC<IconProps$B>;
|
|
2799
|
+
|
|
2800
|
+
declare const IconStudyHat: React$1.FC<IconProps$B>;
|
|
2801
|
+
|
|
2802
|
+
declare const IconMindlyColored: React$1.FC<IconProps$B>;
|
|
2803
|
+
|
|
2804
|
+
declare const formatByDigits: (value: number) => string;
|
|
2805
|
+
|
|
2607
2806
|
type AnyRef = React__default.Ref<any>;
|
|
2608
2807
|
declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
|
|
2609
2808
|
|
|
@@ -2613,8 +2812,9 @@ type PriceNormilizeProps = {
|
|
|
2613
2812
|
currency?: SupportedCurrency;
|
|
2614
2813
|
side?: 'left' | 'right';
|
|
2615
2814
|
mode?: 'sign' | 'transcription';
|
|
2815
|
+
roundingTo?: number;
|
|
2616
2816
|
};
|
|
2617
|
-
declare const priceNormalize: ({ price, locale, currency, side, mode, }: PriceNormilizeProps) => string;
|
|
2817
|
+
declare const priceNormalize: ({ price, locale, currency, side, mode, roundingTo, }: PriceNormilizeProps) => string;
|
|
2618
2818
|
|
|
2619
2819
|
declare const newShade: (hexColor: string, magnitude: number) => string;
|
|
2620
2820
|
|
|
@@ -2683,9 +2883,9 @@ type SlotsGridItemProps = {
|
|
|
2683
2883
|
onSelectionChange: () => void;
|
|
2684
2884
|
};
|
|
2685
2885
|
|
|
2686
|
-
declare const _default$
|
|
2886
|
+
declare const _default$p: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2687
2887
|
|
|
2688
|
-
declare const _default$
|
|
2888
|
+
declare const _default$o: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
2689
2889
|
|
|
2690
2890
|
type PushNotificationsModalProps = {
|
|
2691
2891
|
onApplyPermission: () => void;
|
|
@@ -2701,7 +2901,7 @@ type PushNotificationsModalProps = {
|
|
|
2701
2901
|
renderHeader?: (props: {
|
|
2702
2902
|
backButton?: boolean;
|
|
2703
2903
|
onClose: () => void;
|
|
2704
|
-
}) => React.ReactNode;
|
|
2904
|
+
}) => React$1.ReactNode;
|
|
2705
2905
|
};
|
|
2706
2906
|
|
|
2707
2907
|
declare function PushNotificationsModal({ onApplyPermission, isOpen, title, description, image, applyPermissionText, ...props }: PushNotificationsModalProps): JSX.Element;
|
|
@@ -2719,23 +2919,34 @@ declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, class
|
|
|
2719
2919
|
type SpecialistShortInfoItemFeatureProps = {
|
|
2720
2920
|
t?: WithTranslation['t'];
|
|
2721
2921
|
match: number;
|
|
2922
|
+
matchVariant?: 'badge' | 'avatar';
|
|
2722
2923
|
fullName: string;
|
|
2723
2924
|
avatarLink: string;
|
|
2724
|
-
countryCode
|
|
2725
|
-
yearsOfExperience
|
|
2925
|
+
countryCode?: string;
|
|
2926
|
+
yearsOfExperience?: number;
|
|
2927
|
+
className?: string;
|
|
2928
|
+
avatarProps?: AvatarProps;
|
|
2929
|
+
reviews?: number;
|
|
2930
|
+
rating?: number;
|
|
2931
|
+
isSpecialistUnAvailable?: boolean;
|
|
2932
|
+
isAuth?: boolean;
|
|
2933
|
+
onClickReview?(): void;
|
|
2726
2934
|
};
|
|
2727
|
-
declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps
|
|
2935
|
+
declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps>;
|
|
2728
2936
|
|
|
2729
2937
|
type SpecialistInfoColumnFeatureProps = {
|
|
2730
2938
|
t?: WithTranslation['t'];
|
|
2731
|
-
rating:
|
|
2939
|
+
rating: number;
|
|
2732
2940
|
reviews: number;
|
|
2733
|
-
|
|
2734
|
-
|
|
2941
|
+
yearsOfExperience: number;
|
|
2942
|
+
hoursOfPractice?: number;
|
|
2943
|
+
sessionPrice: number;
|
|
2944
|
+
isFavourite?: boolean;
|
|
2735
2945
|
sessionDurationMinutes: number;
|
|
2736
|
-
|
|
2946
|
+
currentPriceType: SupportedCurrency;
|
|
2947
|
+
onToggleFavourite: () => void;
|
|
2737
2948
|
};
|
|
2738
|
-
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps
|
|
2949
|
+
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
|
|
2739
2950
|
|
|
2740
2951
|
type CountdownTimerFeatureProps = {
|
|
2741
2952
|
minutes: number;
|
|
@@ -2745,7 +2956,7 @@ type CountdownTimerFeatureProps = {
|
|
|
2745
2956
|
};
|
|
2746
2957
|
declare const CountdownTimerFeature: FC<CountdownTimerFeatureProps>;
|
|
2747
2958
|
|
|
2748
|
-
type Props$
|
|
2959
|
+
type Props$4 = {
|
|
2749
2960
|
sections: {
|
|
2750
2961
|
name: string;
|
|
2751
2962
|
items: {
|
|
@@ -2758,9 +2969,9 @@ type Props$1 = {
|
|
|
2758
2969
|
name: string;
|
|
2759
2970
|
onChange(values: string[]): void;
|
|
2760
2971
|
};
|
|
2761
|
-
declare const CheckBoxSectionListFeature: ({ sections, name, defaultChecked, onChange, }: Props$
|
|
2972
|
+
declare const CheckBoxSectionListFeature: ({ sections, name, defaultChecked, onChange, }: Props$4) => JSX.Element;
|
|
2762
2973
|
|
|
2763
|
-
type Props = {
|
|
2974
|
+
type Props$3 = {
|
|
2764
2975
|
items: {
|
|
2765
2976
|
id: string;
|
|
2766
2977
|
label: string;
|
|
@@ -2771,7 +2982,7 @@ type Props = {
|
|
|
2771
2982
|
name: string;
|
|
2772
2983
|
onChange(values: string[]): void;
|
|
2773
2984
|
};
|
|
2774
|
-
declare const CheckBoxListFeature: ({ items, name, type, onChange, values, }: Props) => JSX.Element;
|
|
2985
|
+
declare const CheckBoxListFeature: ({ items, name, type, onChange, values, }: Props$3) => JSX.Element;
|
|
2775
2986
|
|
|
2776
2987
|
type ShareModalFeatureProps = {
|
|
2777
2988
|
isOpen: boolean;
|
|
@@ -2785,23 +2996,23 @@ type ShareModalFeatureProps = {
|
|
|
2785
2996
|
};
|
|
2786
2997
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
2787
2998
|
|
|
2788
|
-
declare const _default$
|
|
2999
|
+
declare const _default$n: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
2789
3000
|
|
|
2790
|
-
declare const _default$
|
|
3001
|
+
declare const _default$m: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
2791
3002
|
|
|
2792
3003
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
2793
3004
|
className?: string;
|
|
2794
3005
|
};
|
|
2795
3006
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
|
|
2796
3007
|
|
|
2797
|
-
declare const _default$
|
|
3008
|
+
declare const _default$l: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2798
3009
|
|
|
2799
3010
|
type ConsultationsListProps = {
|
|
2800
3011
|
consultations: SpecialistConsultation[];
|
|
2801
3012
|
locale?: string;
|
|
2802
3013
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
2803
3014
|
};
|
|
2804
|
-
declare const _default$
|
|
3015
|
+
declare const _default$k: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
2805
3016
|
|
|
2806
3017
|
type ConsultationsListSkeletonType = {
|
|
2807
3018
|
className?: string;
|
|
@@ -2816,9 +3027,9 @@ type CalendarPickerFeatureProps = {
|
|
|
2816
3027
|
dateCallback: (date: Date) => void;
|
|
2817
3028
|
lastDate: Date;
|
|
2818
3029
|
};
|
|
2819
|
-
declare const _default$
|
|
3030
|
+
declare const _default$j: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
2820
3031
|
|
|
2821
|
-
declare const _default$
|
|
3032
|
+
declare const _default$i: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
2822
3033
|
|
|
2823
3034
|
type GoogleCalendarModalFeatureProps = {
|
|
2824
3035
|
isOpen: boolean;
|
|
@@ -2832,15 +3043,19 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
2832
3043
|
};
|
|
2833
3044
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
2834
3045
|
|
|
2835
|
-
type
|
|
2836
|
-
|
|
3046
|
+
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
|
|
3047
|
+
declare const _default$h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3048
|
+
avatarSrc?: string | undefined;
|
|
2837
3049
|
name: string;
|
|
2838
3050
|
date: number;
|
|
2839
3051
|
rating: number;
|
|
2840
3052
|
review: string;
|
|
2841
|
-
size?:
|
|
2842
|
-
|
|
2843
|
-
|
|
3053
|
+
size?: "small" | "default" | "large" | undefined;
|
|
3054
|
+
variant?: ReviewCardFeatureVariantType | undefined;
|
|
3055
|
+
reviewTextClamp?: number | undefined;
|
|
3056
|
+
onExpandReview?(): void;
|
|
3057
|
+
className?: string | undefined;
|
|
3058
|
+
} & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
|
|
2844
3059
|
|
|
2845
3060
|
declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
2846
3061
|
|
|
@@ -2928,7 +3143,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
2928
3143
|
icon?: ReactNode | string;
|
|
2929
3144
|
isKeyboardShown?: boolean;
|
|
2930
3145
|
};
|
|
2931
|
-
declare const _default$
|
|
3146
|
+
declare const _default$g: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
2932
3147
|
|
|
2933
3148
|
type SelectionType = {
|
|
2934
3149
|
value: any;
|
|
@@ -2946,7 +3161,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
2946
3161
|
onTouchStart?: () => void;
|
|
2947
3162
|
onTouchEnd?: () => void;
|
|
2948
3163
|
};
|
|
2949
|
-
declare const _default$
|
|
3164
|
+
declare const _default$f: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
2950
3165
|
|
|
2951
3166
|
type TextAreaFormFeatureProps = {
|
|
2952
3167
|
title?: string;
|
|
@@ -2960,7 +3175,7 @@ type TextAreaFormFeatureProps = {
|
|
|
2960
3175
|
isFocus?: boolean;
|
|
2961
3176
|
isKeyboardShown?: boolean;
|
|
2962
3177
|
};
|
|
2963
|
-
declare const _default$
|
|
3178
|
+
declare const _default$e: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
2964
3179
|
|
|
2965
3180
|
type AcceptAgreementFeatureProps = {
|
|
2966
3181
|
isAccepted: boolean;
|
|
@@ -2981,32 +3196,32 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
2981
3196
|
otherText?: string;
|
|
2982
3197
|
buttonLabel?: string;
|
|
2983
3198
|
} & WithTranslation;
|
|
2984
|
-
declare const _default$
|
|
3199
|
+
declare const _default$d: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
2985
3200
|
|
|
2986
3201
|
type MarkdownContainerFeatureProps = {
|
|
2987
3202
|
children?: string | null;
|
|
2988
3203
|
options?: MarkdownToJSX.Options;
|
|
2989
3204
|
className?: string;
|
|
2990
3205
|
};
|
|
2991
|
-
declare const _default$
|
|
3206
|
+
declare const _default$c: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
2992
3207
|
|
|
2993
|
-
declare const _default$
|
|
3208
|
+
declare const _default$b: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
2994
3209
|
|
|
2995
|
-
declare const _default$
|
|
3210
|
+
declare const _default$a: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
2996
3211
|
|
|
2997
3212
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
2998
3213
|
onChange?: (value: string[]) => void;
|
|
2999
3214
|
defaultValues?: string[];
|
|
3000
3215
|
} & OnBoardingMultiSelectScreenType;
|
|
3001
|
-
declare const _default$
|
|
3216
|
+
declare const _default$9: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3002
3217
|
|
|
3003
3218
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3004
3219
|
onChange?: (value: string) => void;
|
|
3005
3220
|
defaultValues?: string[];
|
|
3006
3221
|
} & OnBoardingSingleSelectScreenType;
|
|
3007
|
-
declare const _default$
|
|
3222
|
+
declare const _default$8: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3008
3223
|
|
|
3009
|
-
declare const _default$
|
|
3224
|
+
declare const _default$7: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
|
|
3010
3225
|
|
|
3011
3226
|
type OnBoardingProgressFeatureProps = {
|
|
3012
3227
|
progress: number;
|
|
@@ -3015,9 +3230,61 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3015
3230
|
onBackButtonClick?: () => void;
|
|
3016
3231
|
contentStyle?: OnBoardingScreenStyleOptions;
|
|
3017
3232
|
};
|
|
3018
|
-
declare const _default$
|
|
3233
|
+
declare const _default$6: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3019
3234
|
|
|
3020
|
-
declare const _default$
|
|
3235
|
+
declare const _default$5: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3236
|
+
|
|
3237
|
+
type SpecialistAreaByMatch = {
|
|
3238
|
+
text: string;
|
|
3239
|
+
hasMatch: boolean;
|
|
3240
|
+
};
|
|
3241
|
+
type SpecialistAreaListProps = {
|
|
3242
|
+
list: SpecialistAreaByMatch[];
|
|
3243
|
+
title?: React.ReactNode;
|
|
3244
|
+
className?: string;
|
|
3245
|
+
classNameTitle?: string;
|
|
3246
|
+
limit?: number;
|
|
3247
|
+
t?: WithTranslation['t'];
|
|
3248
|
+
fillTextWithMatch?: boolean;
|
|
3249
|
+
};
|
|
3250
|
+
|
|
3251
|
+
declare const SpecialistAreaList: FC<SpecialistAreaListProps>;
|
|
3252
|
+
|
|
3253
|
+
interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
3254
|
+
className?: string;
|
|
3255
|
+
text: string;
|
|
3256
|
+
title?: string;
|
|
3257
|
+
countLines?: number;
|
|
3258
|
+
expandType?: 'inline' | 'modal';
|
|
3259
|
+
classNameTitle?: string;
|
|
3260
|
+
onExpand?(): void;
|
|
3261
|
+
t?: WithTranslation['t'];
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3264
|
+
declare const _default$4: React__default.NamedExoticComponent<Props$2>;
|
|
3265
|
+
|
|
3266
|
+
type Props$1 = {
|
|
3267
|
+
className?: string;
|
|
3268
|
+
list: SpecialistReview[];
|
|
3269
|
+
rating: number;
|
|
3270
|
+
reviews: number;
|
|
3271
|
+
limit: number;
|
|
3272
|
+
t?: WithTranslation['t'];
|
|
3273
|
+
onLoadMore?(): void;
|
|
3274
|
+
};
|
|
3275
|
+
interface ReviewListFeatureRef {
|
|
3276
|
+
openModalReviews: () => void;
|
|
3277
|
+
}
|
|
3278
|
+
declare const ReviewListFeature: React__default.ForwardRefExoticComponent<Props$1 & React__default.RefAttributes<ReviewListFeatureRef>>;
|
|
3279
|
+
|
|
3280
|
+
type Props = {
|
|
3281
|
+
list: SpecialistEducation[];
|
|
3282
|
+
limit?: number;
|
|
3283
|
+
className?: string;
|
|
3284
|
+
classNameTitle?: string;
|
|
3285
|
+
t?: WithTranslation['t'];
|
|
3286
|
+
};
|
|
3287
|
+
declare const SpecialistEducationsFeature: FC<Props>;
|
|
3021
3288
|
|
|
3022
3289
|
type SupportedCountryLocale = string;
|
|
3023
3290
|
type Tabs = {
|
|
@@ -3045,49 +3312,42 @@ declare function getSignAgreementsTabs({ behavior, localeOrCountry, jsonTree, t,
|
|
|
3045
3312
|
|
|
3046
3313
|
type SpecialistCardWidgetProps = {
|
|
3047
3314
|
t?: WithTranslation['t'];
|
|
3048
|
-
loading
|
|
3315
|
+
loading?: boolean;
|
|
3049
3316
|
videoPlayer: {
|
|
3050
|
-
isMuted
|
|
3051
|
-
onMuteToggle
|
|
3052
|
-
videoRef
|
|
3317
|
+
isMuted?: boolean;
|
|
3318
|
+
onMuteToggle?(): void;
|
|
3319
|
+
videoRef?(ref: HTMLVideoElement): void;
|
|
3320
|
+
onPlay?(src: string): void;
|
|
3053
3321
|
};
|
|
3054
|
-
specialist:
|
|
3055
|
-
|
|
3056
|
-
onChooseVisitTime
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
id: string;
|
|
3061
|
-
isAddedToBookmark: boolean;
|
|
3062
|
-
areas: string[];
|
|
3063
|
-
reviews: number;
|
|
3064
|
-
lastName: string;
|
|
3065
|
-
firstName: string;
|
|
3066
|
-
videoLink: string;
|
|
3067
|
-
avatarLink: string;
|
|
3068
|
-
percentMatch: number;
|
|
3069
|
-
formattedRating: string;
|
|
3070
|
-
countryOfBirthday: string;
|
|
3071
|
-
yearsOfExperience: number;
|
|
3072
|
-
formattedSessionPrice: string;
|
|
3073
|
-
sessionDurationMinutes: number;
|
|
3322
|
+
specialist: Specialist;
|
|
3323
|
+
isFavourite?: boolean;
|
|
3324
|
+
onChooseVisitTime(): void;
|
|
3325
|
+
onToggleFavourite(): void;
|
|
3326
|
+
onCardClick(): void;
|
|
3327
|
+
currentUser?: UserType;
|
|
3074
3328
|
};
|
|
3075
3329
|
|
|
3076
|
-
declare const _default$
|
|
3330
|
+
declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
|
|
3077
3331
|
|
|
3078
3332
|
type SpecialistCardListWidgetProps = {
|
|
3079
3333
|
t?: WithTranslation['t'];
|
|
3080
|
-
specialists:
|
|
3081
|
-
|
|
3082
|
-
onChooseVisitTime: (specialist:
|
|
3334
|
+
specialists: Specialist[];
|
|
3335
|
+
onToggleFavourite: (specialist: Specialist) => void;
|
|
3336
|
+
onChooseVisitTime: (specialist: Specialist) => void;
|
|
3337
|
+
onVideoPlay?: (src: string) => void;
|
|
3338
|
+
onRefreshClick?(): void;
|
|
3339
|
+
onFavoriteClick?(): void;
|
|
3340
|
+
onCardClick?(id: string): void;
|
|
3341
|
+
isLoading?: boolean;
|
|
3342
|
+
currentUser?: UserType;
|
|
3083
3343
|
};
|
|
3084
|
-
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps
|
|
3344
|
+
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
|
|
3085
3345
|
|
|
3086
|
-
declare const _default$
|
|
3346
|
+
declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
|
|
3087
3347
|
routeClick: () => void;
|
|
3088
3348
|
} & TranslationType>;
|
|
3089
3349
|
|
|
3090
|
-
declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3350
|
+
declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3091
3351
|
|
|
3092
3352
|
type UpdateContractWidgetProps = {
|
|
3093
3353
|
isAccepted: boolean;
|
|
@@ -3103,4 +3363,23 @@ type UpdateContractWidgetProps = {
|
|
|
3103
3363
|
};
|
|
3104
3364
|
declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
|
|
3105
3365
|
|
|
3106
|
-
|
|
3366
|
+
type SpecialistDetailWidgetProps = {
|
|
3367
|
+
t?: WithTranslation['t'];
|
|
3368
|
+
isLoading?: boolean;
|
|
3369
|
+
specialist: Specialist;
|
|
3370
|
+
reviews?: SpecialistReview[];
|
|
3371
|
+
country: string;
|
|
3372
|
+
isAuth?: boolean;
|
|
3373
|
+
isSpecialistUnAvailable?: boolean;
|
|
3374
|
+
onLoadMoreReviews?(): void;
|
|
3375
|
+
currentUser?: UserType;
|
|
3376
|
+
hasSessions?: boolean;
|
|
3377
|
+
showContract?: boolean;
|
|
3378
|
+
showReview?: boolean;
|
|
3379
|
+
onOpenContract?(): void;
|
|
3380
|
+
onRateSession?(): void;
|
|
3381
|
+
};
|
|
3382
|
+
|
|
3383
|
+
declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
|
|
3384
|
+
|
|
3385
|
+
export { AcceptAgreementFeature, Action, _default$I as AlertCard, AppFooter, _default$H as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$G as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$C as Badge, _default$W as BookingScheduleTime, _default$V as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, COUNTRIES_MAPPER, Calendar, _default$j as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$Q as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, _default$16 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$13 as ConsultationModal, _default$n as ConsultationPricingFeature, _default$11 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$R as CustomCheckbox, CustomRadioButton, _default$S as CustomSelect, _default$T as CustomTextarea, DatePicker, _default$$ as DaySlider, DayToRender, DrumListPicker, DynamicCommissionValue, _default$X as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, _default$14 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$N as Flag, FlagTypes, _default$E as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$y as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconRenew, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$u as Item, _default$B as ItemCard, LabelArrowRedirect, LanguagesList, _default$1j as LetterAvatar, _default$O as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$r as ListItemWithColumns, _default$v as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$w as Loading, LouseConnect, _default$c as MarkdownContainerFeature, _default$s as MatchProgress, _default$1g as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$a as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$7 as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$9 as OnBoardingMultiSelectionScreenPreviewFeature, _default$6 as OnBoardingProgressFeature, _default$5 as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$8 as OnBoardingSingleSelectionScreenPreviewFeature, _default$b as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$i as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$k as PaymentSessionsList, _default$1i as PersonDateTimeCard, _default$D as Picture, _default$M as ProfileInformation, _default$Z as ProfileView, _default$P as ProgressBar, ProgressBarDashed, _default$x as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$z as Rating, RatingCircleWrapper, _default$10 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$h as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSwiperSection, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, _default$f as ScreenDrumPickerFormFeature, ScreenInput, _default$g as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1h as SelectImpressionEmoji, SelectItemType, _default$d as SelectWithSearchFormFeature, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$q as ShowMore, _default$15 as SignUpSessionButton, _default$12 as SignUpSessionModal, SizeValues, Skeleton, _default$F as Skeleton_v2, _default$p as SlotsGrid, _default$o as SlotsGridItem, Specialist, _default$Y as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistEducation, _default$1a as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$L as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$m as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$l as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, _default$19 as SpecialistProfileViewCard, SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$K as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$e as TextAreaFormFeature, _default$U as TextInput, _default$4 as TextWithClampFeature, _default$1b as Textarea, _default$A as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$J as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$t as Video, _default$17 as VideoCallInfo, _default$18 as VideoPlayer, _default$_ as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, formatByDigits, getCountryKeyByName, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useElementWidth, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
|