@mindly/ui-components 6.0.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +4 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/CircleTemplateLoader.d.ts +18 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoader.d.ts +26 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderItem.d.ts +12 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderModal.d.ts +14 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderReviews.d.ts +15 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/constants.d.ts +1 -0
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +1 -1
- package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +104 -0
- package/dist/cjs/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ScheduleFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/ScheduleFeature/types.d.ts +11 -0
- package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +1 -0
- package/dist/cjs/lib2/features/TabsFeature/TabsFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/TabsFeature/TabsFeatureSkeleton.d.ts +4 -0
- package/dist/cjs/lib2/features/TabsFeature/index.d.ts +2 -0
- package/dist/cjs/lib2/features/TabsFeature/types.d.ts +10 -0
- package/dist/cjs/lib2/features/index.d.ts +2 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMooving.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/hooks/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/hooks/useDelayMount.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +10 -0
- package/dist/cjs/lib2/shared/types/schedule.d.ts +3 -0
- package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +17 -0
- package/dist/cjs/lib2/shared/utils/mock.d.ts +2 -1
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +3 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/index.d.ts +2 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +21 -0
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/index.js +8 -8
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +4 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/CircleTemplateLoader.d.ts +18 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoader.d.ts +26 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderItem.d.ts +12 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderModal.d.ts +14 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderReviews.d.ts +15 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/constants.d.ts +1 -0
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +1 -1
- package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +104 -0
- package/dist/esm/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ScheduleFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/ScheduleFeature/types.d.ts +11 -0
- package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +1 -0
- package/dist/esm/lib2/features/TabsFeature/TabsFeature.d.ts +4 -0
- package/dist/esm/lib2/features/TabsFeature/TabsFeatureSkeleton.d.ts +4 -0
- package/dist/esm/lib2/features/TabsFeature/index.d.ts +2 -0
- package/dist/esm/lib2/features/TabsFeature/types.d.ts +10 -0
- package/dist/esm/lib2/features/index.d.ts +2 -0
- package/dist/esm/lib2/shared/assets/icons/IconMooving.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
- package/dist/esm/lib2/shared/hooks/index.d.ts +1 -0
- package/dist/esm/lib2/shared/hooks/useDelayMount.d.ts +1 -0
- package/dist/esm/lib2/shared/types/index.d.ts +1 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +10 -0
- package/dist/esm/lib2/shared/types/schedule.d.ts +3 -0
- package/dist/esm/lib2/shared/types/specialistTypes.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Rating/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/styles.d.ts +17 -0
- package/dist/esm/lib2/shared/utils/mock.d.ts +2 -1
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +3 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/index.d.ts +2 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +21 -0
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +159 -84
- package/package.json +5 -3
package/dist/index.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ type LetterAvatarProps = {
|
|
|
79
79
|
fontSize?: number;
|
|
80
80
|
onClick?: () => void;
|
|
81
81
|
};
|
|
82
|
-
declare const _default$
|
|
82
|
+
declare const _default$1i: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
83
83
|
|
|
84
84
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
85
85
|
onErrorContent: React__default.ReactElement;
|
|
@@ -178,7 +178,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
178
178
|
showControls: boolean;
|
|
179
179
|
isScreenSharing?: boolean;
|
|
180
180
|
} & HTMLAttributes<HTMLDivElement>;
|
|
181
|
-
declare const _default$
|
|
181
|
+
declare const _default$1h: <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;
|
|
182
182
|
|
|
183
183
|
type RoundButtonPropsType = {
|
|
184
184
|
disabled?: boolean;
|
|
@@ -207,7 +207,7 @@ type ChatListItemProps = {
|
|
|
207
207
|
isDisabled?: boolean;
|
|
208
208
|
t?: WithTranslation['t'];
|
|
209
209
|
};
|
|
210
|
-
declare const _default$
|
|
210
|
+
declare const _default$1g: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
211
211
|
|
|
212
212
|
type ChatMessageProps = {
|
|
213
213
|
message: string | File;
|
|
@@ -235,11 +235,11 @@ type ChatMessageProps = {
|
|
|
235
235
|
onClickHandler: () => void;
|
|
236
236
|
}[] | null;
|
|
237
237
|
};
|
|
238
|
-
declare const _default$
|
|
238
|
+
declare const _default$1f: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
239
239
|
|
|
240
240
|
declare const ChatMessageSkeleton: () => react_jsx_runtime.JSX.Element;
|
|
241
241
|
|
|
242
|
-
declare const _default$
|
|
242
|
+
declare const _default$1e: React__default.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
|
|
243
243
|
|
|
244
244
|
type EmptyChatList = {
|
|
245
245
|
title?: string;
|
|
@@ -249,7 +249,7 @@ type EmptyChatList = {
|
|
|
249
249
|
onClick?: () => void;
|
|
250
250
|
};
|
|
251
251
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
252
|
-
declare const _default$
|
|
252
|
+
declare const _default$1d: React__default.NamedExoticComponent<EmptyChatList>;
|
|
253
253
|
|
|
254
254
|
type EmptyChatMessagesProps = {
|
|
255
255
|
title?: string;
|
|
@@ -274,7 +274,7 @@ type TextareaProps = {
|
|
|
274
274
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
275
275
|
t?: WithTranslation['t'];
|
|
276
276
|
};
|
|
277
|
-
declare const _default$
|
|
277
|
+
declare const _default$1c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
278
278
|
|
|
279
279
|
type UpdatesPopupPropsType = {
|
|
280
280
|
text?: string;
|
|
@@ -356,7 +356,7 @@ type VideoPlayerProps = {
|
|
|
356
356
|
closeModalHandler?: () => void;
|
|
357
357
|
onErrorContent: React__default.ReactElement;
|
|
358
358
|
} & JSX$1.IonModal;
|
|
359
|
-
declare const _default$
|
|
359
|
+
declare const _default$1b: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
360
360
|
|
|
361
361
|
type NotSupportModalProps = {
|
|
362
362
|
closeModal?: () => void;
|
|
@@ -392,7 +392,7 @@ type VideoCallInfoProps = {
|
|
|
392
392
|
abbreviatedSeconds: string;
|
|
393
393
|
};
|
|
394
394
|
};
|
|
395
|
-
declare const _default$
|
|
395
|
+
declare const _default$1a: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
396
396
|
|
|
397
397
|
declare enum ConsultationCardType {
|
|
398
398
|
FEATURE = "feature",
|
|
@@ -428,14 +428,14 @@ type ConsultationCardProps = {
|
|
|
428
428
|
isBlockedText?: string;
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
-
declare const _default$
|
|
431
|
+
declare const _default$19: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
432
432
|
|
|
433
433
|
type SignUpSessionButtonProps = {
|
|
434
434
|
label: string;
|
|
435
435
|
isLoading?: boolean;
|
|
436
436
|
onClick?: () => void;
|
|
437
437
|
};
|
|
438
|
-
declare const _default$
|
|
438
|
+
declare const _default$18: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
439
439
|
|
|
440
440
|
type EmptyConsultationsProps = {
|
|
441
441
|
title: string;
|
|
@@ -443,7 +443,7 @@ type EmptyConsultationsProps = {
|
|
|
443
443
|
buttonLabel?: string;
|
|
444
444
|
onClick?: () => void;
|
|
445
445
|
};
|
|
446
|
-
declare const _default$
|
|
446
|
+
declare const _default$17: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
447
447
|
|
|
448
448
|
type ConsultationModalProps = {
|
|
449
449
|
isOpen: boolean;
|
|
@@ -479,7 +479,7 @@ type ConsultationModalProps = {
|
|
|
479
479
|
started?: string;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
|
-
declare const _default$
|
|
482
|
+
declare const _default$16: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
483
483
|
|
|
484
484
|
type SpecialistData = {
|
|
485
485
|
id: string;
|
|
@@ -497,7 +497,7 @@ type SignUpSessionModalProps = {
|
|
|
497
497
|
title: string;
|
|
498
498
|
cancelBtnLabel: string;
|
|
499
499
|
};
|
|
500
|
-
declare const _default$
|
|
500
|
+
declare const _default$15: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
501
501
|
|
|
502
502
|
type ConsultationSpecialistCardProps = {
|
|
503
503
|
id: string;
|
|
@@ -509,7 +509,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
509
509
|
signInBtnLabel: string;
|
|
510
510
|
isBlockedText?: string;
|
|
511
511
|
};
|
|
512
|
-
declare const _default$
|
|
512
|
+
declare const _default$14: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
513
513
|
|
|
514
514
|
type UserInfoModalProps = {
|
|
515
515
|
isOpen: boolean;
|
|
@@ -580,7 +580,7 @@ type ReScheduleProps = {
|
|
|
580
580
|
btnLabel: string;
|
|
581
581
|
};
|
|
582
582
|
};
|
|
583
|
-
declare const _default$
|
|
583
|
+
declare const _default$13: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
584
584
|
|
|
585
585
|
type ReScheduleSuccessProps = {
|
|
586
586
|
name: string;
|
|
@@ -618,7 +618,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
618
618
|
tomorrow?: string;
|
|
619
619
|
};
|
|
620
620
|
};
|
|
621
|
-
declare const _default$
|
|
621
|
+
declare const _default$12: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
622
622
|
|
|
623
623
|
type SpecialistWorkDirectionsPropsType = {
|
|
624
624
|
workDirections?: string[] | [];
|
|
@@ -627,7 +627,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
627
627
|
moreLabel?: string;
|
|
628
628
|
hideLabel?: string;
|
|
629
629
|
};
|
|
630
|
-
declare const _default$
|
|
630
|
+
declare const _default$11: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
631
631
|
|
|
632
632
|
type SpecialistProfileViewCardProps = {
|
|
633
633
|
videoLink?: string;
|
|
@@ -637,7 +637,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
637
637
|
isLoading?: boolean;
|
|
638
638
|
videoDurationSeconds?: number;
|
|
639
639
|
};
|
|
640
|
-
declare const _default
|
|
640
|
+
declare const _default$10: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
641
641
|
|
|
642
642
|
type SpecialistAboutProps = {
|
|
643
643
|
text?: string;
|
|
@@ -646,7 +646,7 @@ type SpecialistAboutProps = {
|
|
|
646
646
|
moreLabel?: string;
|
|
647
647
|
hideLabel?: string;
|
|
648
648
|
};
|
|
649
|
-
declare const _default
|
|
649
|
+
declare const _default$$: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
650
650
|
|
|
651
651
|
type SpecialistEducationCardProps = {
|
|
652
652
|
institutionName?: string;
|
|
@@ -657,7 +657,7 @@ type SpecialistEducationCardProps = {
|
|
|
657
657
|
yearEnd?: number | null;
|
|
658
658
|
showLoader?: boolean;
|
|
659
659
|
};
|
|
660
|
-
declare const _default$
|
|
660
|
+
declare const _default$_: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
661
661
|
|
|
662
662
|
type SpecialistStatisticsCardProps = {
|
|
663
663
|
trust?: boolean;
|
|
@@ -703,7 +703,7 @@ type BookingScheduleTimeProps = {
|
|
|
703
703
|
onClick?: (index: number, item: string) => void;
|
|
704
704
|
isLoading?: boolean;
|
|
705
705
|
};
|
|
706
|
-
declare const _default$
|
|
706
|
+
declare const _default$Z: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
707
707
|
|
|
708
708
|
type BookingSpecialistInfoProps = {
|
|
709
709
|
name: string;
|
|
@@ -712,7 +712,7 @@ type BookingSpecialistInfoProps = {
|
|
|
712
712
|
avatar?: string;
|
|
713
713
|
isLoading?: boolean;
|
|
714
714
|
};
|
|
715
|
-
declare const _default$
|
|
715
|
+
declare const _default$Y: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
716
716
|
|
|
717
717
|
declare enum TypographyVariantsEnum {
|
|
718
718
|
Title48Bold = "Title/48 Bold",
|
|
@@ -759,9 +759,10 @@ type TypographyProps = {
|
|
|
759
759
|
children: React.ReactNode;
|
|
760
760
|
onClick?: (args: any) => typeof args;
|
|
761
761
|
isError?: boolean;
|
|
762
|
+
id?: string;
|
|
762
763
|
};
|
|
763
764
|
|
|
764
|
-
declare const _default$
|
|
765
|
+
declare const _default$X: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
765
766
|
|
|
766
767
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
767
768
|
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -777,7 +778,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
777
778
|
};
|
|
778
779
|
};
|
|
779
780
|
|
|
780
|
-
declare const _default$
|
|
781
|
+
declare const _default$W: React$1.NamedExoticComponent<AlertCardProps>;
|
|
781
782
|
|
|
782
783
|
type AppFooterProps = {
|
|
783
784
|
children?: React__default.ReactNode;
|
|
@@ -788,7 +789,7 @@ type AppFooterProps = {
|
|
|
788
789
|
toolbarStyle?: CSSProperties;
|
|
789
790
|
className?: string;
|
|
790
791
|
};
|
|
791
|
-
declare const _default$
|
|
792
|
+
declare const _default$V: React__default.NamedExoticComponent<AppFooterProps>;
|
|
792
793
|
|
|
793
794
|
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
794
795
|
|
|
@@ -803,14 +804,14 @@ type AvatarProps = {
|
|
|
803
804
|
onClick?(): void;
|
|
804
805
|
border?: boolean | string;
|
|
805
806
|
};
|
|
806
|
-
declare const _default$
|
|
807
|
+
declare const _default$U: React__default.NamedExoticComponent<AvatarProps>;
|
|
807
808
|
|
|
808
809
|
type SkeletonProps = {
|
|
809
810
|
animated?: boolean;
|
|
810
811
|
className?: string;
|
|
811
812
|
style?: React__default.CSSProperties;
|
|
812
813
|
};
|
|
813
|
-
declare const _default$
|
|
814
|
+
declare const _default$T: React__default.NamedExoticComponent<SkeletonProps>;
|
|
814
815
|
|
|
815
816
|
type ButtonProps$1 = {
|
|
816
817
|
fill?: 'outline' | 'clear';
|
|
@@ -849,7 +850,7 @@ type FlagProps$1 = {
|
|
|
849
850
|
name: string;
|
|
850
851
|
className?: string;
|
|
851
852
|
};
|
|
852
|
-
declare const _default$
|
|
853
|
+
declare const _default$S: React__default.NamedExoticComponent<FlagProps$1>;
|
|
853
854
|
|
|
854
855
|
type PictureProps = {
|
|
855
856
|
width: number;
|
|
@@ -866,7 +867,7 @@ type PictureProps = {
|
|
|
866
867
|
responsive?: boolean;
|
|
867
868
|
containerWidth?: number;
|
|
868
869
|
};
|
|
869
|
-
declare const _default$
|
|
870
|
+
declare const _default$R: React__default.NamedExoticComponent<PictureProps>;
|
|
870
871
|
|
|
871
872
|
type BadgeType = 'default' | 'accent';
|
|
872
873
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -877,7 +878,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
877
878
|
iconType?: 'check' | React$1.ReactNode;
|
|
878
879
|
};
|
|
879
880
|
|
|
880
|
-
declare const _default$
|
|
881
|
+
declare const _default$Q: React$1.NamedExoticComponent<BadgeProps>;
|
|
881
882
|
|
|
882
883
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
883
884
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -885,7 +886,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
885
886
|
size?: 'M' | 'M4' | 'M45';
|
|
886
887
|
};
|
|
887
888
|
|
|
888
|
-
declare const _default$
|
|
889
|
+
declare const _default$P: React$1.NamedExoticComponent<ItemCardProps>;
|
|
889
890
|
|
|
890
891
|
type AppHeaderProps = {
|
|
891
892
|
fullwidth?: boolean;
|
|
@@ -1257,6 +1258,7 @@ declare enum OnBoardingScreenOptions {
|
|
|
1257
1258
|
SINGLE_SCALE_SELECT = "SINGLE_SCALE_SELECT",
|
|
1258
1259
|
INFO = "INFO",
|
|
1259
1260
|
LOADER = "LOADER",
|
|
1261
|
+
LIST_LOADER = "LIST_LOADER",
|
|
1260
1262
|
REVIEWS = "REVIEWS",
|
|
1261
1263
|
EMAIL = "EMAIL",
|
|
1262
1264
|
CONFIRM = "CONFIRM",
|
|
@@ -1361,6 +1363,8 @@ type OnBoardingSingleScaleSelectScreenType = OnBoardingBaseScreenType & OnBoardi
|
|
|
1361
1363
|
};
|
|
1362
1364
|
type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
1363
1365
|
title?: string | null;
|
|
1366
|
+
highlightedTitle?: string | null;
|
|
1367
|
+
reviewsTitle?: string | null;
|
|
1364
1368
|
additionalText?: string;
|
|
1365
1369
|
loaderText: string;
|
|
1366
1370
|
answerScreenId?: string[];
|
|
@@ -1370,6 +1374,13 @@ type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
|
1370
1374
|
listItems?: {
|
|
1371
1375
|
id: string;
|
|
1372
1376
|
label: string;
|
|
1377
|
+
durationSeconds?: number;
|
|
1378
|
+
}[];
|
|
1379
|
+
template?: 'circle' | 'list';
|
|
1380
|
+
reviews?: ISpecialistReview[];
|
|
1381
|
+
modals?: {
|
|
1382
|
+
id: string;
|
|
1383
|
+
label: string;
|
|
1373
1384
|
}[];
|
|
1374
1385
|
};
|
|
1375
1386
|
type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & TranslationType & {
|
|
@@ -1462,6 +1473,10 @@ declare enum ClientSpecialistContractStatusEnum {
|
|
|
1462
1473
|
}
|
|
1463
1474
|
declare const MapStatusContractToUIStatus: Record<ClientSpecialistContractStatusEnum, 'active' | 'pending' | 'not_signed' | 'expired'>;
|
|
1464
1475
|
|
|
1476
|
+
type ScheduleSlot = string;
|
|
1477
|
+
type ScheduleDate = string;
|
|
1478
|
+
type Schedule = Record<ScheduleDate, ScheduleSlot[]>;
|
|
1479
|
+
|
|
1465
1480
|
type Sex = 'male' | 'female';
|
|
1466
1481
|
type SpecialistOrderType = {
|
|
1467
1482
|
specialist_id: string;
|
|
@@ -1565,6 +1580,7 @@ type Specialist = {
|
|
|
1565
1580
|
activated_at?: number;
|
|
1566
1581
|
matching_by_areas?: string[];
|
|
1567
1582
|
matching_by_specialization?: string[];
|
|
1583
|
+
available_schedule?: Schedule;
|
|
1568
1584
|
};
|
|
1569
1585
|
|
|
1570
1586
|
type SpecialistReview$1 = {
|
|
@@ -1808,10 +1824,11 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1808
1824
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
1809
1825
|
}
|
|
1810
1826
|
|
|
1811
|
-
declare const _default$
|
|
1827
|
+
declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1812
1828
|
|
|
1813
1829
|
type RatingProps = {
|
|
1814
1830
|
initialRating?: number;
|
|
1831
|
+
color?: string;
|
|
1815
1832
|
onChange?: (value: number) => void;
|
|
1816
1833
|
onClick?: (value: number) => void;
|
|
1817
1834
|
onHover?: (value: number) => void;
|
|
@@ -1820,7 +1837,7 @@ type RatingProps = {
|
|
|
1820
1837
|
readonly?: boolean;
|
|
1821
1838
|
} & RatingComponentProps;
|
|
1822
1839
|
|
|
1823
|
-
declare const _default$
|
|
1840
|
+
declare const _default$N: React__default.NamedExoticComponent<RatingProps>;
|
|
1824
1841
|
|
|
1825
1842
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
1826
1843
|
t: WithTranslation['t'] | any;
|
|
@@ -1834,7 +1851,7 @@ type IconButtonProps = {
|
|
|
1834
1851
|
fill?: 'clear' | 'filled';
|
|
1835
1852
|
type?: 'button' | 'submit' | 'reset';
|
|
1836
1853
|
};
|
|
1837
|
-
declare const _default$
|
|
1854
|
+
declare const _default$M: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1838
1855
|
|
|
1839
1856
|
type ToastProviderProps = ToastStateProps;
|
|
1840
1857
|
type MindlyToastProps = {
|
|
@@ -1880,17 +1897,17 @@ type ProgressBar_v2Props = {
|
|
|
1880
1897
|
animationDuration?: number;
|
|
1881
1898
|
onProgressEnd?: () => void;
|
|
1882
1899
|
};
|
|
1883
|
-
declare const _default$
|
|
1900
|
+
declare const _default$L: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1884
1901
|
|
|
1885
1902
|
type LoadingProps = {
|
|
1886
1903
|
isOpen: boolean;
|
|
1887
1904
|
};
|
|
1888
|
-
declare const _default$
|
|
1905
|
+
declare const _default$K: React__default.NamedExoticComponent<LoadingProps>;
|
|
1889
1906
|
|
|
1890
1907
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
1891
1908
|
withBorders?: boolean;
|
|
1892
1909
|
};
|
|
1893
|
-
declare const _default$
|
|
1910
|
+
declare const _default$J: React$1.NamedExoticComponent<ListItemsProps>;
|
|
1894
1911
|
|
|
1895
1912
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
1896
1913
|
leftContent?: React$1.ReactNode;
|
|
@@ -1902,7 +1919,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1902
1919
|
isError?: boolean;
|
|
1903
1920
|
status?: 'error' | 'attention';
|
|
1904
1921
|
};
|
|
1905
|
-
declare const _default$
|
|
1922
|
+
declare const _default$I: React$1.NamedExoticComponent<ItemProps>;
|
|
1906
1923
|
|
|
1907
1924
|
declare enum VariantEnum {
|
|
1908
1925
|
default = "default",
|
|
@@ -1918,6 +1935,7 @@ type VideoProps = {
|
|
|
1918
1935
|
hiddenVideo?: boolean;
|
|
1919
1936
|
variant?: VariantEnum;
|
|
1920
1937
|
preview?: string;
|
|
1938
|
+
className?: string;
|
|
1921
1939
|
onMuteToggle?: () => void;
|
|
1922
1940
|
onPlay?(src: string): void;
|
|
1923
1941
|
children?: React__default.ReactNode | ((props: {
|
|
@@ -1929,7 +1947,7 @@ type VideoMethods = {
|
|
|
1929
1947
|
play(): void;
|
|
1930
1948
|
};
|
|
1931
1949
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
1932
|
-
declare const _default$
|
|
1950
|
+
declare const _default$H: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
1933
1951
|
children?: React__default.ReactNode;
|
|
1934
1952
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
1935
1953
|
|
|
@@ -2046,15 +2064,15 @@ type MatchProgressProps = {
|
|
|
2046
2064
|
className?: string;
|
|
2047
2065
|
percentMatch: number;
|
|
2048
2066
|
};
|
|
2049
|
-
declare const _default$
|
|
2067
|
+
declare const _default$G: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2050
2068
|
|
|
2051
2069
|
interface Props$7 {
|
|
2052
2070
|
className?: string;
|
|
2053
2071
|
title: string;
|
|
2054
2072
|
}
|
|
2055
|
-
declare const _default$
|
|
2073
|
+
declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
|
|
2056
2074
|
|
|
2057
|
-
declare const _default$
|
|
2075
|
+
declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2058
2076
|
|
|
2059
2077
|
type Props$6 = {
|
|
2060
2078
|
className?: string;
|
|
@@ -2205,6 +2223,8 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
|
|
|
2205
2223
|
|
|
2206
2224
|
declare function useIsKeyBoardShown(): boolean;
|
|
2207
2225
|
|
|
2226
|
+
declare const useDelayMount: (delay: number) => boolean;
|
|
2227
|
+
|
|
2208
2228
|
interface IconProps$D extends React$1.SVGAttributes<SVGElement> {
|
|
2209
2229
|
size?: number | string;
|
|
2210
2230
|
color?: string;
|
|
@@ -2652,6 +2672,8 @@ interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
|
2652
2672
|
}
|
|
2653
2673
|
declare const IconCheckboxThinUnchecked: React$1.FC<IconProps>;
|
|
2654
2674
|
|
|
2675
|
+
declare const IconMooving: React$1.FC<IconProps$E>;
|
|
2676
|
+
|
|
2655
2677
|
declare const formatByDigits: (value: number) => string;
|
|
2656
2678
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
2657
2679
|
declare const getDateLocale: (locale: string) => Locale;
|
|
@@ -2740,9 +2762,9 @@ type SlotsGridItemProps = {
|
|
|
2740
2762
|
onSelectionChange: () => void;
|
|
2741
2763
|
};
|
|
2742
2764
|
|
|
2743
|
-
declare const _default$
|
|
2765
|
+
declare const _default$D: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2744
2766
|
|
|
2745
|
-
declare const _default$
|
|
2767
|
+
declare const _default$C: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
2746
2768
|
|
|
2747
2769
|
type PushNotificationsModalProps = {
|
|
2748
2770
|
onApplyPermission: () => void;
|
|
@@ -2857,23 +2879,23 @@ type ShareModalFeatureProps = {
|
|
|
2857
2879
|
};
|
|
2858
2880
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
2859
2881
|
|
|
2860
|
-
declare const _default$
|
|
2882
|
+
declare const _default$B: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
2861
2883
|
|
|
2862
|
-
declare const _default$
|
|
2884
|
+
declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
2863
2885
|
|
|
2864
2886
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
2865
2887
|
className?: string;
|
|
2866
2888
|
};
|
|
2867
2889
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
|
|
2868
2890
|
|
|
2869
|
-
declare const _default$
|
|
2891
|
+
declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2870
2892
|
|
|
2871
2893
|
type ConsultationsListProps = {
|
|
2872
2894
|
consultations: SpecialistConsultation[];
|
|
2873
2895
|
locale?: string;
|
|
2874
2896
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
2875
2897
|
};
|
|
2876
|
-
declare const _default$
|
|
2898
|
+
declare const _default$y: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
2877
2899
|
|
|
2878
2900
|
type ConsultationsListSkeletonType = {
|
|
2879
2901
|
className?: string;
|
|
@@ -2888,9 +2910,9 @@ type CalendarPickerFeatureProps = {
|
|
|
2888
2910
|
dateCallback: (date: Date) => void;
|
|
2889
2911
|
lastDate: Date;
|
|
2890
2912
|
};
|
|
2891
|
-
declare const _default$
|
|
2913
|
+
declare const _default$x: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
2892
2914
|
|
|
2893
|
-
declare const _default$
|
|
2915
|
+
declare const _default$w: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
2894
2916
|
|
|
2895
2917
|
type GoogleCalendarModalFeatureProps = {
|
|
2896
2918
|
isOpen: boolean;
|
|
@@ -2904,8 +2926,8 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
2904
2926
|
};
|
|
2905
2927
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
2906
2928
|
|
|
2907
|
-
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
|
|
2908
|
-
declare const _default$
|
|
2929
|
+
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
|
|
2930
|
+
declare const _default$v: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
2909
2931
|
id?: string | undefined;
|
|
2910
2932
|
avatarSrc?: string | undefined;
|
|
2911
2933
|
name: string;
|
|
@@ -3009,7 +3031,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
3009
3031
|
icon?: ReactNode | string;
|
|
3010
3032
|
isKeyboardShown?: boolean;
|
|
3011
3033
|
};
|
|
3012
|
-
declare const _default$
|
|
3034
|
+
declare const _default$u: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
3013
3035
|
|
|
3014
3036
|
type SelectionType = {
|
|
3015
3037
|
value: any;
|
|
@@ -3027,7 +3049,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
3027
3049
|
onTouchStart?: () => void;
|
|
3028
3050
|
onTouchEnd?: () => void;
|
|
3029
3051
|
};
|
|
3030
|
-
declare const _default$
|
|
3052
|
+
declare const _default$t: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
3031
3053
|
|
|
3032
3054
|
type TextAreaFormFeatureProps = {
|
|
3033
3055
|
title?: string;
|
|
@@ -3043,7 +3065,7 @@ type TextAreaFormFeatureProps = {
|
|
|
3043
3065
|
maxlength?: number;
|
|
3044
3066
|
HeaderComponent?: FC;
|
|
3045
3067
|
};
|
|
3046
|
-
declare const _default$
|
|
3068
|
+
declare const _default$s: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
3047
3069
|
|
|
3048
3070
|
type AcceptAgreementFeatureProps = {
|
|
3049
3071
|
isAccepted: boolean;
|
|
@@ -3064,7 +3086,7 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
3064
3086
|
otherText?: string;
|
|
3065
3087
|
buttonLabel?: string;
|
|
3066
3088
|
} & WithTranslation;
|
|
3067
|
-
declare const _default$
|
|
3089
|
+
declare const _default$r: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
3068
3090
|
|
|
3069
3091
|
type MarkdownContainerFeatureProps = {
|
|
3070
3092
|
children?: string | null;
|
|
@@ -3072,11 +3094,11 @@ type MarkdownContainerFeatureProps = {
|
|
|
3072
3094
|
className?: string;
|
|
3073
3095
|
forceBlock?: boolean;
|
|
3074
3096
|
};
|
|
3075
|
-
declare const _default$
|
|
3097
|
+
declare const _default$q: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
3076
3098
|
|
|
3077
|
-
declare const _default$
|
|
3099
|
+
declare const _default$p: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
3078
3100
|
|
|
3079
|
-
declare const _default$
|
|
3101
|
+
declare const _default$o: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
3080
3102
|
|
|
3081
3103
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3082
3104
|
onChange?: (value: string[]) => void;
|
|
@@ -3084,7 +3106,7 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
|
3084
3106
|
variant?: OnboardingVariant;
|
|
3085
3107
|
template?: 'checkbox' | 'icon';
|
|
3086
3108
|
} & OnBoardingMultiSelectScreenType;
|
|
3087
|
-
declare const _default$
|
|
3109
|
+
declare const _default$n: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3088
3110
|
|
|
3089
3111
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3090
3112
|
onChange?: (value: string) => void;
|
|
@@ -3092,11 +3114,13 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
|
3092
3114
|
variant?: OnboardingVariant;
|
|
3093
3115
|
template?: 'radio' | 'image' | 'emoji' | 'icon';
|
|
3094
3116
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3095
|
-
declare const _default$
|
|
3117
|
+
declare const _default$m: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3096
3118
|
|
|
3097
3119
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
3098
3120
|
t?: WithTranslation['t'];
|
|
3099
3121
|
onProgressEnd?: () => void;
|
|
3122
|
+
variant?: OnboardingVariant;
|
|
3123
|
+
previewWrapperRef?: React__default.RefObject<HTMLDivElement>;
|
|
3100
3124
|
}>;
|
|
3101
3125
|
|
|
3102
3126
|
type OnBoardingProgressFeatureProps = {
|
|
@@ -3109,9 +3133,9 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3109
3133
|
variant?: OnboardingVariant;
|
|
3110
3134
|
empty?: boolean;
|
|
3111
3135
|
};
|
|
3112
|
-
declare const _default$
|
|
3136
|
+
declare const _default$l: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3113
3137
|
|
|
3114
|
-
declare const _default$
|
|
3138
|
+
declare const _default$k: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3115
3139
|
|
|
3116
3140
|
type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
3117
3141
|
email: string | null;
|
|
@@ -3119,7 +3143,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
|
3119
3143
|
onChangeEmail?: (email: string) => void;
|
|
3120
3144
|
onSubmit?: () => void;
|
|
3121
3145
|
};
|
|
3122
|
-
declare const _default$
|
|
3146
|
+
declare const _default$j: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
|
|
3123
3147
|
|
|
3124
3148
|
type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
|
|
3125
3149
|
email: string | null;
|
|
@@ -3130,7 +3154,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
|
|
|
3130
3154
|
onChangePassword?: (password: string) => void;
|
|
3131
3155
|
onSubmit?: () => void;
|
|
3132
3156
|
};
|
|
3133
|
-
declare const _default$
|
|
3157
|
+
declare const _default$i: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
|
|
3134
3158
|
|
|
3135
3159
|
type OnBoardingPaywallScreenPreviewFeatureProps$2 = {
|
|
3136
3160
|
variant?: OnboardingVariant;
|
|
@@ -3193,7 +3217,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
|
3193
3217
|
presentingElement?: HTMLElement;
|
|
3194
3218
|
}
|
|
3195
3219
|
|
|
3196
|
-
declare const _default$
|
|
3220
|
+
declare const _default$h: React__default.NamedExoticComponent<Props$2>;
|
|
3197
3221
|
|
|
3198
3222
|
type Props$1 = {
|
|
3199
3223
|
className?: string;
|
|
@@ -3220,6 +3244,7 @@ type Props = {
|
|
|
3220
3244
|
classNameTitle?: string;
|
|
3221
3245
|
t?: WithTranslation['t'];
|
|
3222
3246
|
presentingElement?: HTMLElement;
|
|
3247
|
+
withPreview?: boolean;
|
|
3223
3248
|
};
|
|
3224
3249
|
declare const SpecialistEducationsFeature: FC<Props>;
|
|
3225
3250
|
|
|
@@ -3547,6 +3572,32 @@ type DropdownFeatureProps = {
|
|
|
3547
3572
|
|
|
3548
3573
|
declare const DropdownFeature: React__default.FC<DropdownFeatureProps>;
|
|
3549
3574
|
|
|
3575
|
+
type TabsFeatureProps = {
|
|
3576
|
+
tabs: {
|
|
3577
|
+
title: string;
|
|
3578
|
+
content?: React.ReactNode;
|
|
3579
|
+
anchor?: string;
|
|
3580
|
+
}[];
|
|
3581
|
+
className?: string;
|
|
3582
|
+
isLoading?: boolean;
|
|
3583
|
+
};
|
|
3584
|
+
|
|
3585
|
+
declare const TabsFeature: React__default.FC<TabsFeatureProps>;
|
|
3586
|
+
|
|
3587
|
+
declare const TabsFeatureSkeleton: React__default.FC<Partial<TabsFeatureProps>>;
|
|
3588
|
+
|
|
3589
|
+
type ScheduleFeatureProps = {
|
|
3590
|
+
isLoading?: boolean;
|
|
3591
|
+
className?: string;
|
|
3592
|
+
t?: WithTranslation['t'];
|
|
3593
|
+
schedule?: Schedule;
|
|
3594
|
+
locale?: string;
|
|
3595
|
+
onDateClick?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
3596
|
+
onSlotClick?: (slot: ScheduleSlot) => void;
|
|
3597
|
+
};
|
|
3598
|
+
|
|
3599
|
+
declare const ScheduleFeature: React__default.FC<ScheduleFeatureProps>;
|
|
3600
|
+
|
|
3550
3601
|
type SupportedCountryLocale = string;
|
|
3551
3602
|
type Tabs = {
|
|
3552
3603
|
behavior: 'tax-country' | 'profile-lang';
|
|
@@ -3645,6 +3696,7 @@ declare const mockSessions: {
|
|
|
3645
3696
|
subscription?: Subscription | undefined;
|
|
3646
3697
|
session_review?: SessionReview$1 | undefined;
|
|
3647
3698
|
}[];
|
|
3699
|
+
declare const getMockSchedule: (dayCount: number, hoursStart?: number, hoursEnd?: number) => Schedule;
|
|
3648
3700
|
|
|
3649
3701
|
declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
|
|
3650
3702
|
defaultThemeColor: string;
|
|
@@ -3698,7 +3750,7 @@ type SpecialistCardProps = {
|
|
|
3698
3750
|
};
|
|
3699
3751
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
3700
3752
|
|
|
3701
|
-
declare const _default$
|
|
3753
|
+
declare const _default$g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3702
3754
|
isError?: boolean | undefined;
|
|
3703
3755
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
3704
3756
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -3722,11 +3774,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
3722
3774
|
error?: string | null | undefined;
|
|
3723
3775
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
3724
3776
|
|
|
3725
|
-
declare const _default$
|
|
3777
|
+
declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3726
3778
|
isError?: boolean | undefined;
|
|
3727
3779
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
3728
3780
|
|
|
3729
|
-
declare const _default$
|
|
3781
|
+
declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3730
3782
|
options: {
|
|
3731
3783
|
id: string | number;
|
|
3732
3784
|
label: string | number;
|
|
@@ -3761,7 +3813,7 @@ type CustomCheckboxProps = {
|
|
|
3761
3813
|
isCheckbox?: boolean;
|
|
3762
3814
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
3763
3815
|
};
|
|
3764
|
-
declare const _default$
|
|
3816
|
+
declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
3765
3817
|
|
|
3766
3818
|
type CheckboxListItem = {
|
|
3767
3819
|
id: ReactText;
|
|
@@ -3789,7 +3841,7 @@ type CheckboxListProps = {
|
|
|
3789
3841
|
from: string;
|
|
3790
3842
|
};
|
|
3791
3843
|
};
|
|
3792
|
-
declare const _default$
|
|
3844
|
+
declare const _default$c: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
3793
3845
|
|
|
3794
3846
|
type BookingHeaderProps = {
|
|
3795
3847
|
title?: string;
|
|
@@ -3803,9 +3855,9 @@ type ProgressBarProps = {
|
|
|
3803
3855
|
progress: number;
|
|
3804
3856
|
loaderTitle?: string;
|
|
3805
3857
|
};
|
|
3806
|
-
declare const _default$
|
|
3858
|
+
declare const _default$b: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
3807
3859
|
|
|
3808
|
-
declare const _default$
|
|
3860
|
+
declare const _default$a: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3809
3861
|
title: string;
|
|
3810
3862
|
subTitle?: string | undefined;
|
|
3811
3863
|
isError?: boolean | undefined;
|
|
@@ -3837,7 +3889,7 @@ type FlagProps = {
|
|
|
3837
3889
|
dimensions?: number;
|
|
3838
3890
|
className?: string;
|
|
3839
3891
|
};
|
|
3840
|
-
declare const _default$
|
|
3892
|
+
declare const _default$9: React__default.NamedExoticComponent<FlagProps>;
|
|
3841
3893
|
|
|
3842
3894
|
type SpecialistLangsProps = {
|
|
3843
3895
|
showLoader?: boolean;
|
|
@@ -3863,7 +3915,7 @@ type ProfileInformationProps = {
|
|
|
3863
3915
|
reviews: string[];
|
|
3864
3916
|
};
|
|
3865
3917
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3866
|
-
declare const _default$
|
|
3918
|
+
declare const _default$8: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
3867
3919
|
|
|
3868
3920
|
type SpecialistMatchProps = {
|
|
3869
3921
|
specialistFirstName?: string;
|
|
@@ -3875,7 +3927,7 @@ type SpecialistMatchProps = {
|
|
|
3875
3927
|
howWeMatchThis: string;
|
|
3876
3928
|
};
|
|
3877
3929
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3878
|
-
declare const _default$
|
|
3930
|
+
declare const _default$7: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
3879
3931
|
|
|
3880
3932
|
type SpecialistStatisticProps = {
|
|
3881
3933
|
learnMoreClick: () => void;
|
|
@@ -3895,7 +3947,7 @@ type SpecialistStatisticProps = {
|
|
|
3895
3947
|
bookedSession: string;
|
|
3896
3948
|
};
|
|
3897
3949
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3898
|
-
declare const _default$
|
|
3950
|
+
declare const _default$6: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
3899
3951
|
|
|
3900
3952
|
type RatingWithLabelProps = {
|
|
3901
3953
|
countOfReviews?: number;
|
|
@@ -4022,7 +4074,7 @@ type SpecialistCardWidgetProps = {
|
|
|
4022
4074
|
currentUser?: UserType;
|
|
4023
4075
|
};
|
|
4024
4076
|
|
|
4025
|
-
declare const _default$
|
|
4077
|
+
declare const _default$5: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
|
|
4026
4078
|
|
|
4027
4079
|
type SpecialistCardListWidgetProps = {
|
|
4028
4080
|
t?: WithTranslation['t'];
|
|
@@ -4037,11 +4089,11 @@ type SpecialistCardListWidgetProps = {
|
|
|
4037
4089
|
};
|
|
4038
4090
|
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
|
|
4039
4091
|
|
|
4040
|
-
declare const _default$
|
|
4092
|
+
declare const _default$4: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
|
|
4041
4093
|
routeClick: () => void;
|
|
4042
4094
|
} & TranslationType>;
|
|
4043
4095
|
|
|
4044
|
-
declare const _default$
|
|
4096
|
+
declare const _default$3: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
4045
4097
|
|
|
4046
4098
|
type UpdateContractWidgetProps = {
|
|
4047
4099
|
isAccepted: boolean;
|
|
@@ -4078,7 +4130,7 @@ type SpecialistDetailWidgetProps = {
|
|
|
4078
4130
|
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4079
4131
|
};
|
|
4080
4132
|
|
|
4081
|
-
declare const _default$
|
|
4133
|
+
declare const _default$2: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
|
|
4082
4134
|
|
|
4083
4135
|
declare const SpecialistDetailWidgetSkeleton: React__default.FC;
|
|
4084
4136
|
|
|
@@ -4155,6 +4207,29 @@ type SpecialistPreviewWidgetProps = {
|
|
|
4155
4207
|
className?: string;
|
|
4156
4208
|
};
|
|
4157
4209
|
|
|
4158
|
-
declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4210
|
+
declare const _default$1: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4211
|
+
|
|
4212
|
+
type SpecialistDetailWithTabsWidgetProps = {
|
|
4213
|
+
t?: WithTranslation['t'];
|
|
4214
|
+
isLoading?: boolean;
|
|
4215
|
+
isLoadingSchedule?: boolean;
|
|
4216
|
+
specialist: Specialist;
|
|
4217
|
+
reviews?: SpecialistReview$1[];
|
|
4218
|
+
country: string;
|
|
4219
|
+
isAuth?: boolean;
|
|
4220
|
+
isSpecialistUnAvailable?: boolean;
|
|
4221
|
+
onLoadMoreReviews?(): void;
|
|
4222
|
+
currentUser?: UserType;
|
|
4223
|
+
presentingElement?: HTMLElement;
|
|
4224
|
+
onScheduleDateClick?: (date: ScheduleDate) => void;
|
|
4225
|
+
onScheduleSlotClick?: (slot: ScheduleSlot) => void;
|
|
4226
|
+
onOpenSuperSpecialistArticle?(): void;
|
|
4227
|
+
onOpenNewSpecialistArticle?(): void;
|
|
4228
|
+
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4229
|
+
};
|
|
4230
|
+
|
|
4231
|
+
declare const _default: React__default.NamedExoticComponent<SpecialistDetailWithTabsWidgetProps>;
|
|
4232
|
+
|
|
4233
|
+
declare const SpecialistDetailWithTabsSkeleton: React__default.FC;
|
|
4159
4234
|
|
|
4160
|
-
export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$11 as DaySlider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$16 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$R as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$L as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$E as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$H as Item, _default$O as ItemCard, LabelArrowRedirect, _default$1h as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, _default$1g as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1b as Textarea, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|
|
4235
|
+
export { AcceptAgreementFeature, Action, _default$W as AlertCard, AllowFilterValueType, AppFooter, _default$V as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$U as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$Q as Badge, _default$Z as BookingScheduleTime, _default$Y as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$x as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1g as ChatListItem, _default$1e as ChatListSkeleton, _default$1f as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$c as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$19 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$16 as ConsultationModal, _default$B as ConsultationPricingFeature, _default$14 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$d as CustomCheckbox, CustomRadioButton, _default$e as CustomSelect, _default$f as CustomTextarea, DatePicker, _default$12 as DaySlider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$_ as EducationCard, _default$1d as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$17 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$9 as Flag, FlagTypes, _default$S as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$M as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$E as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$I as Item, _default$P as ItemCard, LabelArrowRedirect, _default$1i as LetterAvatar, _default$a as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$F as ListItemWithColumns, _default$J as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$K as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$q as MarkdownContainerFeature, _default$G as MatchProgress, _default$1h as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$i as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$j as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$o as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$n as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$l as OnBoardingProgressFeature, _default$k as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$m as OnBoardingSingleSelectionScreenPreviewFeature, _default$p as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$w as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$y as PaymentSessionsList, _default$R as Picture, PoweredByStripeFeature, _default$8 as ProfileInformation, _default$10 as ProfileView, _default$b as ProgressBar, ProgressBarDashed, _default$L as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$N as Rating, RatingCircleWrapper, _default$13 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$v as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleFeature, ScheduleSlot, _default$t as ScreenDrumPickerFormFeature, ScreenInput, _default$u as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$r as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$E as ShowMore, _default$18 as SignUpSessionButton, _default$15 as SignUpSessionModal, SizeValues, Skeleton, _default$T as Skeleton_v2, _default$D as SlotsGrid, _default$C as SlotsGridItem, SolidInput, Specialist, _default$$ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$5 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$2 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$7 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$A as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$z as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$3 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$4 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$1 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$6 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$s as TextAreaFormFeature, _default$g as TextInput, _default$h as TextWithClampFeature, _default$1c as Textarea, _default$O as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$X as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$H as Video, _default$1a as VideoCallInfo, _default$1b as VideoPlayer, VideoProvider, _default$11 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|