@mindly/ui-components 5.46.9 → 5.46.10
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/index.d.ts
CHANGED
|
@@ -223,7 +223,7 @@ type LetterAvatarProps = {
|
|
|
223
223
|
fontSize?: number;
|
|
224
224
|
onClick?: () => void;
|
|
225
225
|
};
|
|
226
|
-
declare const _default
|
|
226
|
+
declare const _default$10: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
227
227
|
|
|
228
228
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
229
229
|
onErrorContent: React__default.ReactElement;
|
|
@@ -235,7 +235,7 @@ type PersonDateTimeCardProps = {
|
|
|
235
235
|
name: string;
|
|
236
236
|
dateTime: Date;
|
|
237
237
|
};
|
|
238
|
-
declare const _default
|
|
238
|
+
declare const _default$$: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
239
239
|
|
|
240
240
|
type PsychologistProfileType = {
|
|
241
241
|
id: string;
|
|
@@ -401,7 +401,7 @@ type SelectImpressionEmojiProps = {
|
|
|
401
401
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
402
402
|
};
|
|
403
403
|
|
|
404
|
-
declare const _default$
|
|
404
|
+
declare const _default$_: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
405
405
|
|
|
406
406
|
interface FooterForBookingProps {
|
|
407
407
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -433,7 +433,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
433
433
|
showControls: boolean;
|
|
434
434
|
isScreenSharing?: boolean;
|
|
435
435
|
} & HTMLAttributes<HTMLDivElement>;
|
|
436
|
-
declare const _default$
|
|
436
|
+
declare const _default$Z: <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;
|
|
437
437
|
|
|
438
438
|
type RoundButtonPropsType = {
|
|
439
439
|
disabled?: boolean;
|
|
@@ -461,7 +461,7 @@ type ChatListItemProps = {
|
|
|
461
461
|
isDisabled?: boolean;
|
|
462
462
|
t?: WithTranslation['t'];
|
|
463
463
|
};
|
|
464
|
-
declare const _default$
|
|
464
|
+
declare const _default$Y: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
465
465
|
|
|
466
466
|
type ChatMessageProps = {
|
|
467
467
|
message: string | File;
|
|
@@ -479,11 +479,11 @@ type ChatMessageProps = {
|
|
|
479
479
|
};
|
|
480
480
|
locale?: string;
|
|
481
481
|
};
|
|
482
|
-
declare const _default$
|
|
482
|
+
declare const _default$X: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
483
483
|
|
|
484
484
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
485
485
|
|
|
486
|
-
declare const _default$
|
|
486
|
+
declare const _default$W: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
487
487
|
|
|
488
488
|
type EmptyChatList = {
|
|
489
489
|
title?: string;
|
|
@@ -493,7 +493,7 @@ type EmptyChatList = {
|
|
|
493
493
|
onClick?: () => void;
|
|
494
494
|
};
|
|
495
495
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
496
|
-
declare const _default$
|
|
496
|
+
declare const _default$V: React__default.NamedExoticComponent<EmptyChatList>;
|
|
497
497
|
|
|
498
498
|
type EmptyChatMessagesProps = {
|
|
499
499
|
title?: string;
|
|
@@ -518,7 +518,7 @@ type TextareaProps = {
|
|
|
518
518
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
519
519
|
t?: WithTranslation['t'];
|
|
520
520
|
};
|
|
521
|
-
declare const _default$
|
|
521
|
+
declare const _default$U: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
522
522
|
|
|
523
523
|
type LouseConnectProps = {
|
|
524
524
|
onClick?: () => void;
|
|
@@ -597,7 +597,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
597
597
|
yearEnd?: number | null;
|
|
598
598
|
showLoader?: boolean;
|
|
599
599
|
};
|
|
600
|
-
declare const _default$
|
|
600
|
+
declare const _default$T: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
601
601
|
|
|
602
602
|
type SpecialistProfileViewCardProps$1 = {
|
|
603
603
|
avatarLink?: string | null;
|
|
@@ -610,7 +610,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
610
610
|
videoLinkUrl?: string | null;
|
|
611
611
|
showLoader?: boolean;
|
|
612
612
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
613
|
-
declare const _default$
|
|
613
|
+
declare const _default$S: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
614
614
|
|
|
615
615
|
type SpecialistStatisticsCardProps$1 = {
|
|
616
616
|
activeClients?: number;
|
|
@@ -646,7 +646,7 @@ type VideoPlayerProps = {
|
|
|
646
646
|
closeModalHandler?: () => void;
|
|
647
647
|
onErrorContent: React__default.ReactElement;
|
|
648
648
|
} & JSX$1.IonModal;
|
|
649
|
-
declare const _default$
|
|
649
|
+
declare const _default$R: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
650
650
|
|
|
651
651
|
type NotSupportModalProps = {
|
|
652
652
|
closeModal?: () => void;
|
|
@@ -682,7 +682,7 @@ type VideoCallInfoProps = {
|
|
|
682
682
|
abbreviatedSeconds: string;
|
|
683
683
|
};
|
|
684
684
|
};
|
|
685
|
-
declare const _default$
|
|
685
|
+
declare const _default$Q: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
686
686
|
|
|
687
687
|
declare enum ConsultationCardType {
|
|
688
688
|
FEATURE = "feature",
|
|
@@ -717,14 +717,14 @@ type ConsultationCardProps = {
|
|
|
717
717
|
};
|
|
718
718
|
};
|
|
719
719
|
|
|
720
|
-
declare const _default$
|
|
720
|
+
declare const _default$P: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
721
721
|
|
|
722
722
|
type SignUpSessionButtonProps = {
|
|
723
723
|
label: string;
|
|
724
724
|
isLoading?: boolean;
|
|
725
725
|
onClick?: () => void;
|
|
726
726
|
};
|
|
727
|
-
declare const _default$
|
|
727
|
+
declare const _default$O: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
728
728
|
|
|
729
729
|
type EmptyConsultationsProps = {
|
|
730
730
|
title: string;
|
|
@@ -732,7 +732,7 @@ type EmptyConsultationsProps = {
|
|
|
732
732
|
buttonLabel?: string;
|
|
733
733
|
onClick?: () => void;
|
|
734
734
|
};
|
|
735
|
-
declare const _default$
|
|
735
|
+
declare const _default$N: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
736
736
|
|
|
737
737
|
type ConsultationModalProps = {
|
|
738
738
|
isOpen: boolean;
|
|
@@ -767,7 +767,7 @@ type ConsultationModalProps = {
|
|
|
767
767
|
started?: string;
|
|
768
768
|
};
|
|
769
769
|
};
|
|
770
|
-
declare const _default$
|
|
770
|
+
declare const _default$M: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
771
771
|
|
|
772
772
|
type SpecialistData = {
|
|
773
773
|
id: string;
|
|
@@ -784,7 +784,7 @@ type SignUpSessionModalProps = {
|
|
|
784
784
|
title: string;
|
|
785
785
|
cancelBtnLabel: string;
|
|
786
786
|
};
|
|
787
|
-
declare const _default$
|
|
787
|
+
declare const _default$L: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
788
788
|
|
|
789
789
|
type ConsultationSpecialistCardProps = {
|
|
790
790
|
id: string;
|
|
@@ -795,7 +795,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
795
795
|
onSignUp?: (id: string) => void;
|
|
796
796
|
signInBtnLabel: string;
|
|
797
797
|
};
|
|
798
|
-
declare const _default$
|
|
798
|
+
declare const _default$K: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
799
799
|
|
|
800
800
|
type UserInfoModalProps = {
|
|
801
801
|
isOpen: boolean;
|
|
@@ -860,7 +860,7 @@ type ReScheduleProps = {
|
|
|
860
860
|
btnLabel: string;
|
|
861
861
|
};
|
|
862
862
|
};
|
|
863
|
-
declare const _default$
|
|
863
|
+
declare const _default$J: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
864
864
|
|
|
865
865
|
type ReScheduleSuccessProps = {
|
|
866
866
|
name: string;
|
|
@@ -898,7 +898,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
898
898
|
tomorrow?: string;
|
|
899
899
|
};
|
|
900
900
|
};
|
|
901
|
-
declare const _default$
|
|
901
|
+
declare const _default$I: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
902
902
|
|
|
903
903
|
type SpecialistWorkDirectionsPropsType = {
|
|
904
904
|
workDirections?: string[] | [];
|
|
@@ -907,7 +907,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
907
907
|
moreLabel?: string;
|
|
908
908
|
hideLabel?: string;
|
|
909
909
|
};
|
|
910
|
-
declare const _default$
|
|
910
|
+
declare const _default$H: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
911
911
|
|
|
912
912
|
type SpecialistProfileViewCardProps = {
|
|
913
913
|
videoLink?: string;
|
|
@@ -917,7 +917,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
917
917
|
isLoading?: boolean;
|
|
918
918
|
videoDurationSeconds?: number;
|
|
919
919
|
};
|
|
920
|
-
declare const _default$
|
|
920
|
+
declare const _default$G: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
921
921
|
|
|
922
922
|
type SpecialistAboutProps = {
|
|
923
923
|
text?: string;
|
|
@@ -926,7 +926,7 @@ type SpecialistAboutProps = {
|
|
|
926
926
|
moreLabel?: string;
|
|
927
927
|
hideLabel?: string;
|
|
928
928
|
};
|
|
929
|
-
declare const _default$
|
|
929
|
+
declare const _default$F: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
930
930
|
|
|
931
931
|
type SpecialistEducationCardProps = {
|
|
932
932
|
institutionName?: string;
|
|
@@ -937,7 +937,7 @@ type SpecialistEducationCardProps = {
|
|
|
937
937
|
yearEnd?: number | null;
|
|
938
938
|
showLoader?: boolean;
|
|
939
939
|
};
|
|
940
|
-
declare const _default$
|
|
940
|
+
declare const _default$E: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
941
941
|
|
|
942
942
|
type SpecialistStatisticsCardProps = {
|
|
943
943
|
trust?: boolean;
|
|
@@ -983,7 +983,7 @@ type BookingScheduleTimeProps = {
|
|
|
983
983
|
onClick?: (index: number, item: string) => void;
|
|
984
984
|
isLoading?: boolean;
|
|
985
985
|
};
|
|
986
|
-
declare const _default$
|
|
986
|
+
declare const _default$D: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
987
987
|
|
|
988
988
|
type BookingSpecialistInfoProps = {
|
|
989
989
|
name: string;
|
|
@@ -992,7 +992,7 @@ type BookingSpecialistInfoProps = {
|
|
|
992
992
|
avatar?: string;
|
|
993
993
|
isLoading?: boolean;
|
|
994
994
|
};
|
|
995
|
-
declare const _default$
|
|
995
|
+
declare const _default$C: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
996
996
|
|
|
997
997
|
type SpecialistCardProps = {
|
|
998
998
|
fullName?: string;
|
|
@@ -1041,7 +1041,7 @@ type SpecialistCardProps = {
|
|
|
1041
1041
|
};
|
|
1042
1042
|
declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
|
|
1043
1043
|
|
|
1044
|
-
declare const _default$
|
|
1044
|
+
declare const _default$B: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1045
1045
|
isError?: boolean | undefined;
|
|
1046
1046
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1047
1047
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1065,11 +1065,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1065
1065
|
error?: string | null | undefined;
|
|
1066
1066
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1067
1067
|
|
|
1068
|
-
declare const _default$
|
|
1068
|
+
declare const _default$A: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1069
1069
|
isError?: boolean | undefined;
|
|
1070
1070
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1071
1071
|
|
|
1072
|
-
declare const _default$
|
|
1072
|
+
declare const _default$z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1073
1073
|
options: {
|
|
1074
1074
|
id: string | number;
|
|
1075
1075
|
label: string | number;
|
|
@@ -1101,7 +1101,7 @@ type CustomCheckboxProps = {
|
|
|
1101
1101
|
isCheckbox?: boolean;
|
|
1102
1102
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1103
1103
|
};
|
|
1104
|
-
declare const _default$
|
|
1104
|
+
declare const _default$y: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1105
1105
|
|
|
1106
1106
|
type CheckboxListItem = {
|
|
1107
1107
|
id: ReactText;
|
|
@@ -1129,7 +1129,7 @@ type CheckboxListProps = {
|
|
|
1129
1129
|
from: string;
|
|
1130
1130
|
};
|
|
1131
1131
|
};
|
|
1132
|
-
declare const _default$
|
|
1132
|
+
declare const _default$x: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1133
1133
|
|
|
1134
1134
|
type BookingHeaderProps = {
|
|
1135
1135
|
title?: string;
|
|
@@ -1143,9 +1143,9 @@ type ProgressBarProps = {
|
|
|
1143
1143
|
progress: number;
|
|
1144
1144
|
loaderTitle?: string;
|
|
1145
1145
|
};
|
|
1146
|
-
declare const _default$
|
|
1146
|
+
declare const _default$w: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1147
1147
|
|
|
1148
|
-
declare const _default$
|
|
1148
|
+
declare const _default$v: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1149
1149
|
title: string;
|
|
1150
1150
|
subTitle?: string | undefined;
|
|
1151
1151
|
isError?: boolean | undefined;
|
|
@@ -1177,7 +1177,7 @@ type FlagProps$1 = {
|
|
|
1177
1177
|
dimensions?: number;
|
|
1178
1178
|
className?: string;
|
|
1179
1179
|
};
|
|
1180
|
-
declare const _default$
|
|
1180
|
+
declare const _default$u: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1181
1181
|
|
|
1182
1182
|
type SpecialistLangsProps = {
|
|
1183
1183
|
showLoader?: boolean;
|
|
@@ -1217,7 +1217,7 @@ type ProfileInformationProps = {
|
|
|
1217
1217
|
reviews: string[];
|
|
1218
1218
|
};
|
|
1219
1219
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1220
|
-
declare const _default$
|
|
1220
|
+
declare const _default$t: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1221
1221
|
|
|
1222
1222
|
type SpecialistMatchProps = {
|
|
1223
1223
|
specialistFirstName?: string;
|
|
@@ -1229,7 +1229,7 @@ type SpecialistMatchProps = {
|
|
|
1229
1229
|
howWeMatchThis: string;
|
|
1230
1230
|
};
|
|
1231
1231
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1232
|
-
declare const _default$
|
|
1232
|
+
declare const _default$s: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1233
1233
|
|
|
1234
1234
|
type SpecialistStatisticProps = {
|
|
1235
1235
|
learnMoreClick: () => void;
|
|
@@ -1249,7 +1249,7 @@ type SpecialistStatisticProps = {
|
|
|
1249
1249
|
bookedSession: string;
|
|
1250
1250
|
};
|
|
1251
1251
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1252
|
-
declare const _default$
|
|
1252
|
+
declare const _default$r: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1253
1253
|
|
|
1254
1254
|
type RatingWithLabelProps = {
|
|
1255
1255
|
countOfReviews?: number;
|
|
@@ -1434,7 +1434,7 @@ type TypographyProps = {
|
|
|
1434
1434
|
children: React__default.ReactNode;
|
|
1435
1435
|
onClick?: (args: any) => typeof args;
|
|
1436
1436
|
};
|
|
1437
|
-
declare const _default$
|
|
1437
|
+
declare const _default$q: React__default.NamedExoticComponent<TypographyProps>;
|
|
1438
1438
|
|
|
1439
1439
|
type AppFooterProps = {
|
|
1440
1440
|
children?: React__default.ReactNode;
|
|
@@ -1442,7 +1442,7 @@ type AppFooterProps = {
|
|
|
1442
1442
|
bottomSaveArea?: boolean;
|
|
1443
1443
|
borderTop?: boolean;
|
|
1444
1444
|
};
|
|
1445
|
-
declare const _default$
|
|
1445
|
+
declare const _default$p: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1446
1446
|
|
|
1447
1447
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1448
1448
|
|
|
@@ -1454,14 +1454,14 @@ type AvatarProps = {
|
|
|
1454
1454
|
alt?: string;
|
|
1455
1455
|
showSkeleton?: boolean;
|
|
1456
1456
|
};
|
|
1457
|
-
declare const _default$
|
|
1457
|
+
declare const _default$o: React__default.NamedExoticComponent<AvatarProps>;
|
|
1458
1458
|
|
|
1459
1459
|
type SkeletonProps = {
|
|
1460
1460
|
animated?: boolean;
|
|
1461
1461
|
className?: string;
|
|
1462
1462
|
style?: React__default.CSSProperties;
|
|
1463
1463
|
};
|
|
1464
|
-
declare const _default$
|
|
1464
|
+
declare const _default$n: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1465
1465
|
|
|
1466
1466
|
type ButtonProps = {
|
|
1467
1467
|
fill?: 'outline' | 'clear';
|
|
@@ -1494,7 +1494,7 @@ type FlagProps = {
|
|
|
1494
1494
|
name: string;
|
|
1495
1495
|
className?: string;
|
|
1496
1496
|
};
|
|
1497
|
-
declare const _default$
|
|
1497
|
+
declare const _default$m: React__default.NamedExoticComponent<FlagProps>;
|
|
1498
1498
|
|
|
1499
1499
|
type PictureProps = {
|
|
1500
1500
|
width: number;
|
|
@@ -1509,7 +1509,7 @@ type PictureProps = {
|
|
|
1509
1509
|
alt?: string;
|
|
1510
1510
|
className?: string;
|
|
1511
1511
|
};
|
|
1512
|
-
declare const _default$
|
|
1512
|
+
declare const _default$l: React__default.NamedExoticComponent<PictureProps>;
|
|
1513
1513
|
|
|
1514
1514
|
type BadgeType = 'default' | 'accent';
|
|
1515
1515
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1519,7 +1519,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1519
1519
|
type?: BadgeType;
|
|
1520
1520
|
};
|
|
1521
1521
|
|
|
1522
|
-
declare const _default$
|
|
1522
|
+
declare const _default$k: React.NamedExoticComponent<BadgeProps>;
|
|
1523
1523
|
|
|
1524
1524
|
type ItemCardVariants = 'neutral' | 'transparent';
|
|
1525
1525
|
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1527,7 +1527,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
1527
1527
|
size?: 'M' | 'M4';
|
|
1528
1528
|
};
|
|
1529
1529
|
|
|
1530
|
-
declare const _default$
|
|
1530
|
+
declare const _default$j: React.NamedExoticComponent<ItemCardProps>;
|
|
1531
1531
|
|
|
1532
1532
|
type AppHeaderProps = {
|
|
1533
1533
|
fullwidth?: boolean;
|
|
@@ -1597,7 +1597,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1597
1597
|
className?: string;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
declare const _default$
|
|
1600
|
+
declare const _default$i: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1601
1601
|
|
|
1602
1602
|
type RatingProps = {
|
|
1603
1603
|
initialRating?: number;
|
|
@@ -1609,7 +1609,7 @@ type RatingProps = {
|
|
|
1609
1609
|
readonly?: boolean;
|
|
1610
1610
|
};
|
|
1611
1611
|
|
|
1612
|
-
declare const _default$
|
|
1612
|
+
declare const _default$h: React__default.NamedExoticComponent<RatingProps>;
|
|
1613
1613
|
|
|
1614
1614
|
declare enum CircleRatingSize {
|
|
1615
1615
|
'S' = "S",
|
|
@@ -1807,7 +1807,7 @@ type IconButtonProps = {
|
|
|
1807
1807
|
fill?: 'clear' | 'filled';
|
|
1808
1808
|
type?: 'button' | 'submit' | 'reset';
|
|
1809
1809
|
};
|
|
1810
|
-
declare const _default$
|
|
1810
|
+
declare const _default$g: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1811
1811
|
|
|
1812
1812
|
type ToastProviderProps = ToastStateProps;
|
|
1813
1813
|
type MindlyToastProps = {
|
|
@@ -1847,17 +1847,17 @@ type ProgressBar_v2Props = {
|
|
|
1847
1847
|
className?: string;
|
|
1848
1848
|
reversed?: boolean;
|
|
1849
1849
|
};
|
|
1850
|
-
declare const _default$
|
|
1850
|
+
declare const _default$f: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1851
1851
|
|
|
1852
1852
|
type LoadingProps = {
|
|
1853
1853
|
isOpen: boolean;
|
|
1854
1854
|
};
|
|
1855
|
-
declare const _default$
|
|
1855
|
+
declare const _default$e: React__default.NamedExoticComponent<LoadingProps>;
|
|
1856
1856
|
|
|
1857
1857
|
type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
|
|
1858
1858
|
withBorders?: boolean;
|
|
1859
1859
|
};
|
|
1860
|
-
declare const _default$
|
|
1860
|
+
declare const _default$d: React.NamedExoticComponent<ListItemsProps>;
|
|
1861
1861
|
|
|
1862
1862
|
type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
1863
1863
|
leftContent?: React.ReactNode;
|
|
@@ -1865,14 +1865,14 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1865
1865
|
withBorders?: boolean;
|
|
1866
1866
|
isDisabled?: boolean;
|
|
1867
1867
|
};
|
|
1868
|
-
declare const _default$
|
|
1868
|
+
declare const _default$c: React.NamedExoticComponent<ItemProps>;
|
|
1869
1869
|
|
|
1870
1870
|
type VideoProps = {
|
|
1871
1871
|
src: string;
|
|
1872
1872
|
isMuted: boolean;
|
|
1873
1873
|
onMuteToggle: () => void;
|
|
1874
1874
|
};
|
|
1875
|
-
declare const _default$
|
|
1875
|
+
declare const _default$b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
|
|
1876
1876
|
|
|
1877
1877
|
type UlLiProps = {
|
|
1878
1878
|
list: string[];
|
|
@@ -2365,8 +2365,17 @@ type SlotsGridProps = {
|
|
|
2365
2365
|
classNameSlot?: string;
|
|
2366
2366
|
isDisabled?: boolean;
|
|
2367
2367
|
};
|
|
2368
|
+
type SlotsGridItemProps = {
|
|
2369
|
+
isSelected: boolean;
|
|
2370
|
+
isDisabled: boolean;
|
|
2371
|
+
time: string;
|
|
2372
|
+
className?: string;
|
|
2373
|
+
onSelectionChange: () => void;
|
|
2374
|
+
};
|
|
2375
|
+
|
|
2376
|
+
declare const _default$a: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2368
2377
|
|
|
2369
|
-
declare const _default$9:
|
|
2378
|
+
declare const _default$9: React.NamedExoticComponent<SlotsGridItemProps>;
|
|
2370
2379
|
|
|
2371
2380
|
type PushNotificationsModalProps = {
|
|
2372
2381
|
onApplyPermission: () => void;
|
|
@@ -2559,4 +2568,4 @@ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentC
|
|
|
2559
2568
|
|
|
2560
2569
|
declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2561
2570
|
|
|
2562
|
-
export { AppFooter, _default$
|
|
2571
|
+
export { AppFooter, _default$p as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$o as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$k as Badge, _default$D as BookingScheduleTime, _default$C as BookingSpecialistInfo, Button, Button_v2, Calendar, _default$4 as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$Y as ChatListItem, _default$W as ChatListSkeleton, _default$X as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$x as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, CollapsableText, _default$P as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$M as ConsultationModal, _default$8 as ConsultationPricingFeature, _default$K as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, CountdownTimerFeature, CountryOfOriginModal, CustomButton, _default$y as CustomCheckbox, CustomRadioButton, _default$z as CustomSelect, _default$A as CustomTextarea, DatePicker, _default$I as DaySlider, DayToRender, DrumListPicker, _default$E as EducationCard, _default$V as EmptyChatList, EmptyChatMessages, _default$N as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$u as Flag, FlagTypes, _default$m as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$g as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGift, IconGoogle, IconHome, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLogout, IconManageAccounts, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$c as Item, _default$j as ItemCard, LabelArrowRedirect, LanguagesList, _default$10 as LetterAvatar, _default$v as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$d as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$e as Loading, LouseConnect, _default$Z as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$3 as PaymentCalendarFeature, _default$5 as PaymentSessionsList, _default$$ as PersonDateTimeCard, _default$l as Picture, _default$t as ProfileInformation, _default$G as ProfileView, _default$w as ProgressBar, ProgressBarDashed, _default$f as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$h as Rating, RatingCircleWrapper, _default$J as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$_ as SelectImpressionEmoji, SelectItemType, ShareModalFeature, _default$O as SignUpSessionButton, _default$L as SignUpSessionModal, Skeleton, _default$n as Skeleton_v2, _default$a as SlotsGrid, _default$9 as SlotsGridItem, _default$F as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, _default$T as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$s as SpecialistMatch, _default$7 as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, _default$6 as SpecialistPaymentConsultationsFeature, _default as SpecialistPaymentResumeWidget, _default$1 as SpecialistPaymentWidget, _default$S as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$r as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$B as TextInput, _default$U as Textarea, _default$i as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$q as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$b as Video, _default$Q as VideoCallInfo, _default$R as VideoPlayer, _default$H as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, priceNormalize, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
|