@mindly/ui-components 4.8.1 → 4.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/lib2/features/CardModal/CardModal.d.ts +5 -2
- package/dist/cjs/lib2/features/SlotsGrid/SlotsGrid.d.ts +4 -0
- package/dist/cjs/lib2/features/SlotsGrid/SlotsGrid.stories.d.ts +6 -0
- package/dist/cjs/lib2/features/SlotsGrid/SlotsGridItem.d.ts +4 -0
- package/dist/cjs/lib2/features/SlotsGrid/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SlotsGrid/styles.d.ts +59 -0
- package/dist/cjs/lib2/features/SlotsGrid/types.d.ts +15 -0
- package/dist/cjs/lib2/features/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/assets/icons/IconArrowLeft.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconArrowRight.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconBeachAccess.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCalendar.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconChatOutline.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconEditCalendar.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconInvisible.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconLogout.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPlus.d.ts +4 -0
- package/dist/cjs/lib2/shared/assets/icons/IconProfileChecked.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconProfileCircle.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconProfileSetting.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconProfileUnderReview.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconSettings.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconTime.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconVerifiedUser.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconVisible.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +28 -10
- package/dist/cjs/lib2/shared/ui/Calendar/Calendar.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Calendar/CalendarButton.d.ts +5 -0
- package/dist/cjs/lib2/shared/ui/Calendar/CalendarCell.d.ts +18 -0
- package/dist/cjs/lib2/shared/ui/Calendar/CalendarGrid.d.ts +5 -0
- package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendar.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendarMonthSkeleton.d.ts +5 -0
- package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendarSkeleton.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Calendar/index.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Calendar/styles.d.ts +140 -0
- package/dist/cjs/lib2/shared/ui/Calendar/types.d.ts +37 -0
- package/dist/cjs/lib2/shared/ui/Calendar/utils/getWeekDayNames.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/index.d.ts +1 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/lib2/features/CardModal/CardModal.d.ts +5 -2
- package/dist/esm/lib2/features/SlotsGrid/SlotsGrid.d.ts +4 -0
- package/dist/esm/lib2/features/SlotsGrid/SlotsGrid.stories.d.ts +6 -0
- package/dist/esm/lib2/features/SlotsGrid/SlotsGridItem.d.ts +4 -0
- package/dist/esm/lib2/features/SlotsGrid/index.d.ts +1 -0
- package/dist/esm/lib2/features/SlotsGrid/styles.d.ts +59 -0
- package/dist/esm/lib2/features/SlotsGrid/types.d.ts +15 -0
- package/dist/esm/lib2/features/index.d.ts +1 -0
- package/dist/esm/lib2/shared/assets/icons/IconArrowLeft.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconArrowRight.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconBeachAccess.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconCalendar.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconChatOutline.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconEditCalendar.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconInvisible.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconLogout.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconPlus.d.ts +4 -0
- package/dist/esm/lib2/shared/assets/icons/IconProfileChecked.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconProfileCircle.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconProfileSetting.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconProfileUnderReview.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconSettings.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconTime.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconVerifiedUser.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconVisible.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +28 -10
- package/dist/esm/lib2/shared/ui/Calendar/Calendar.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Calendar/CalendarButton.d.ts +5 -0
- package/dist/esm/lib2/shared/ui/Calendar/CalendarCell.d.ts +18 -0
- package/dist/esm/lib2/shared/ui/Calendar/CalendarGrid.d.ts +5 -0
- package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendar.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendarMonthSkeleton.d.ts +5 -0
- package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendarSkeleton.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Calendar/index.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Calendar/styles.d.ts +140 -0
- package/dist/esm/lib2/shared/ui/Calendar/types.d.ts +37 -0
- package/dist/esm/lib2/shared/ui/Calendar/utils/getWeekDayNames.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/index.d.ts +1 -0
- package/dist/index.d.ts +209 -62
- package/package.json +1 -1
- /package/dist/cjs/lib2/shared/assets/icons/{iconCheckboxChecked.d.ts → IconCheckboxChecked.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconCheckboxUnchecked.d.ts → IconCheckboxUnchecked.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconClose.d.ts → IconClose.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconLanguage.d.ts → IconLanguage.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconLeftArrow.d.ts → IconLeftArrow.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconPause.d.ts → IconPause.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconResume.d.ts → IconResume.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconStar.d.ts → IconStar.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconStarFilled.d.ts → IconStarFilled.d.ts} +0 -0
- /package/dist/cjs/lib2/shared/assets/icons/{iconSuccess.d.ts → IconSuccess.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconCheckboxChecked.d.ts → IconCheckboxChecked.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconCheckboxUnchecked.d.ts → IconCheckboxUnchecked.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconClose.d.ts → IconClose.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconLanguage.d.ts → IconLanguage.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconLeftArrow.d.ts → IconLeftArrow.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconPause.d.ts → IconPause.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconResume.d.ts → IconResume.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconStar.d.ts → IconStar.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconStarFilled.d.ts → IconStarFilled.d.ts} +0 -0
- /package/dist/esm/lib2/shared/assets/icons/{iconSuccess.d.ts → IconSuccess.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import { JSX as JSX$1 } from '@ionic/core/components';
|
|
|
4
4
|
import { RatingComponentProps } from 'react-rating';
|
|
5
5
|
import { RefresherEventDetail, ScrollDetail, ScrollBaseDetail } from '@ionic/react';
|
|
6
6
|
import { IonContentCustomEvent, IonSearchbarCustomEvent } from '@ionic/core/dist/types/components';
|
|
7
|
-
import { Node, ListState, ItemProps } from 'react-stately';
|
|
8
|
-
import { AriaListBoxProps } from 'react-aria';
|
|
7
|
+
import { Node, ListState, ItemProps, SelectionBehavior, SelectionMode } from 'react-stately';
|
|
8
|
+
import { AriaListBoxProps, AriaCalendarProps, DateValue } from 'react-aria';
|
|
9
9
|
import { SearchbarChangeEventDetail } from '@ionic/core';
|
|
10
10
|
import { WithTranslation } from 'react-i18next';
|
|
11
11
|
|
|
@@ -219,7 +219,7 @@ type LetterAvatarProps = {
|
|
|
219
219
|
fontSize?: number;
|
|
220
220
|
onClick?: () => void;
|
|
221
221
|
};
|
|
222
|
-
declare const _default$
|
|
222
|
+
declare const _default$M: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
223
223
|
|
|
224
224
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
225
225
|
onErrorContent: React__default.ReactElement;
|
|
@@ -231,7 +231,7 @@ type PersonDateTimeCardProps = {
|
|
|
231
231
|
name: string;
|
|
232
232
|
dateTime: Date;
|
|
233
233
|
};
|
|
234
|
-
declare const _default$
|
|
234
|
+
declare const _default$L: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
235
235
|
|
|
236
236
|
type PsychologistProfileType = {
|
|
237
237
|
id: string;
|
|
@@ -397,7 +397,7 @@ type SelectImpressionEmojiProps = {
|
|
|
397
397
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
398
398
|
};
|
|
399
399
|
|
|
400
|
-
declare const _default$
|
|
400
|
+
declare const _default$K: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
401
401
|
|
|
402
402
|
interface FooterForBookingProps {
|
|
403
403
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -429,7 +429,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
429
429
|
showControls: boolean;
|
|
430
430
|
isScreenSharing?: boolean;
|
|
431
431
|
} & HTMLAttributes<HTMLDivElement>;
|
|
432
|
-
declare const _default$
|
|
432
|
+
declare const _default$J: <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;
|
|
433
433
|
|
|
434
434
|
type RoundButtonPropsType = {
|
|
435
435
|
disabled?: boolean;
|
|
@@ -455,7 +455,7 @@ type ChatListItemProps = {
|
|
|
455
455
|
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
|
|
456
456
|
locale?: string;
|
|
457
457
|
};
|
|
458
|
-
declare const _default$
|
|
458
|
+
declare const _default$I: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
459
459
|
|
|
460
460
|
type ChatMessageProps = {
|
|
461
461
|
message: string | File;
|
|
@@ -473,11 +473,11 @@ type ChatMessageProps = {
|
|
|
473
473
|
};
|
|
474
474
|
locale?: string;
|
|
475
475
|
};
|
|
476
|
-
declare const _default$
|
|
476
|
+
declare const _default$H: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
477
477
|
|
|
478
478
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
479
479
|
|
|
480
|
-
declare const _default$
|
|
480
|
+
declare const _default$G: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
481
481
|
|
|
482
482
|
type EmptyChatList = {
|
|
483
483
|
title?: string;
|
|
@@ -487,7 +487,7 @@ type EmptyChatList = {
|
|
|
487
487
|
onClick?: () => void;
|
|
488
488
|
};
|
|
489
489
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
490
|
-
declare const _default$
|
|
490
|
+
declare const _default$F: React__default.NamedExoticComponent<EmptyChatList>;
|
|
491
491
|
|
|
492
492
|
type EmptyChatMessagesProps = {
|
|
493
493
|
title?: string;
|
|
@@ -511,7 +511,7 @@ type TextareaProps = {
|
|
|
511
511
|
onError?: (message: string) => void;
|
|
512
512
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
513
513
|
};
|
|
514
|
-
declare const _default$
|
|
514
|
+
declare const _default$E: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
515
515
|
|
|
516
516
|
type LouseConnectProps = {
|
|
517
517
|
onClick?: () => void;
|
|
@@ -590,7 +590,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
590
590
|
yearEnd?: number | null;
|
|
591
591
|
showLoader?: boolean;
|
|
592
592
|
};
|
|
593
|
-
declare const _default$
|
|
593
|
+
declare const _default$D: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
594
594
|
|
|
595
595
|
type SpecialistProfileViewCardProps$1 = {
|
|
596
596
|
avatarLink?: string | null;
|
|
@@ -603,7 +603,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
603
603
|
videoLinkUrl?: string | null;
|
|
604
604
|
showLoader?: boolean;
|
|
605
605
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
606
|
-
declare const _default$
|
|
606
|
+
declare const _default$C: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
607
607
|
|
|
608
608
|
type SpecialistStatisticsCardProps$1 = {
|
|
609
609
|
activeClients?: number;
|
|
@@ -639,7 +639,7 @@ type VideoPlayerProps = {
|
|
|
639
639
|
closeModalHandler?: () => void;
|
|
640
640
|
onErrorContent: React__default.ReactElement;
|
|
641
641
|
} & JSX$1.IonModal;
|
|
642
|
-
declare const _default$
|
|
642
|
+
declare const _default$B: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
643
643
|
|
|
644
644
|
type NotSupportModalProps = {
|
|
645
645
|
closeModal?: () => void;
|
|
@@ -675,7 +675,7 @@ type VideoCallInfoProps = {
|
|
|
675
675
|
abbreviatedSeconds: string;
|
|
676
676
|
};
|
|
677
677
|
};
|
|
678
|
-
declare const _default$
|
|
678
|
+
declare const _default$A: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
679
679
|
|
|
680
680
|
declare enum ConsultationCardType {
|
|
681
681
|
FEATURE = "feature",
|
|
@@ -710,14 +710,14 @@ type ConsultationCardProps = {
|
|
|
710
710
|
};
|
|
711
711
|
};
|
|
712
712
|
|
|
713
|
-
declare const _default$
|
|
713
|
+
declare const _default$z: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
714
714
|
|
|
715
715
|
type SignUpSessionButtonProps = {
|
|
716
716
|
label: string;
|
|
717
717
|
isLoading?: boolean;
|
|
718
718
|
onClick?: () => void;
|
|
719
719
|
};
|
|
720
|
-
declare const _default$
|
|
720
|
+
declare const _default$y: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
721
721
|
|
|
722
722
|
type EmptyConsultationsProps = {
|
|
723
723
|
title: string;
|
|
@@ -725,7 +725,7 @@ type EmptyConsultationsProps = {
|
|
|
725
725
|
buttonLabel?: string;
|
|
726
726
|
onClick?: () => void;
|
|
727
727
|
};
|
|
728
|
-
declare const _default$
|
|
728
|
+
declare const _default$x: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
729
729
|
|
|
730
730
|
type ConsultationModalProps = {
|
|
731
731
|
isOpen: boolean;
|
|
@@ -760,7 +760,7 @@ type ConsultationModalProps = {
|
|
|
760
760
|
started?: string;
|
|
761
761
|
};
|
|
762
762
|
};
|
|
763
|
-
declare const _default$
|
|
763
|
+
declare const _default$w: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
764
764
|
|
|
765
765
|
type SpecialistData = {
|
|
766
766
|
id: string;
|
|
@@ -777,7 +777,7 @@ type SignUpSessionModalProps = {
|
|
|
777
777
|
title: string;
|
|
778
778
|
cancelBtnLabel: string;
|
|
779
779
|
};
|
|
780
|
-
declare const _default$
|
|
780
|
+
declare const _default$v: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
781
781
|
|
|
782
782
|
type ConsultationSpecialistCardProps = {
|
|
783
783
|
id: string;
|
|
@@ -788,7 +788,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
788
788
|
onSignUp?: (id: string) => void;
|
|
789
789
|
signInBtnLabel: string;
|
|
790
790
|
};
|
|
791
|
-
declare const _default$
|
|
791
|
+
declare const _default$u: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
792
792
|
|
|
793
793
|
type UserInfoModalProps = {
|
|
794
794
|
isOpen: boolean;
|
|
@@ -853,7 +853,7 @@ type ReScheduleProps = {
|
|
|
853
853
|
btnLabel: string;
|
|
854
854
|
};
|
|
855
855
|
};
|
|
856
|
-
declare const _default$
|
|
856
|
+
declare const _default$t: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
857
857
|
|
|
858
858
|
type ReScheduleSuccessProps = {
|
|
859
859
|
name: string;
|
|
@@ -891,7 +891,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
891
891
|
tomorrow?: string;
|
|
892
892
|
};
|
|
893
893
|
};
|
|
894
|
-
declare const _default$
|
|
894
|
+
declare const _default$s: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
895
895
|
|
|
896
896
|
type SpecialistWorkDirectionsPropsType = {
|
|
897
897
|
workDirections?: string[] | [];
|
|
@@ -900,7 +900,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
900
900
|
moreLabel?: string;
|
|
901
901
|
hideLabel?: string;
|
|
902
902
|
};
|
|
903
|
-
declare const _default$
|
|
903
|
+
declare const _default$r: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
904
904
|
|
|
905
905
|
type SpecialistProfileViewCardProps = {
|
|
906
906
|
videoLink?: string;
|
|
@@ -910,7 +910,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
910
910
|
isLoading?: boolean;
|
|
911
911
|
videoDurationSeconds?: number;
|
|
912
912
|
};
|
|
913
|
-
declare const _default$
|
|
913
|
+
declare const _default$q: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
914
914
|
|
|
915
915
|
type SpecialistAboutProps = {
|
|
916
916
|
text?: string;
|
|
@@ -919,7 +919,7 @@ type SpecialistAboutProps = {
|
|
|
919
919
|
moreLabel?: string;
|
|
920
920
|
hideLabel?: string;
|
|
921
921
|
};
|
|
922
|
-
declare const _default$
|
|
922
|
+
declare const _default$p: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
923
923
|
|
|
924
924
|
type SpecialistEducationCardProps = {
|
|
925
925
|
institutionName?: string;
|
|
@@ -930,7 +930,7 @@ type SpecialistEducationCardProps = {
|
|
|
930
930
|
yearEnd?: number | null;
|
|
931
931
|
showLoader?: boolean;
|
|
932
932
|
};
|
|
933
|
-
declare const _default$
|
|
933
|
+
declare const _default$o: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
934
934
|
|
|
935
935
|
type SpecialistStatisticsCardProps = {
|
|
936
936
|
trust?: boolean;
|
|
@@ -976,7 +976,7 @@ type BookingScheduleTimeProps = {
|
|
|
976
976
|
onClick?: (index: number, item: string) => void;
|
|
977
977
|
isLoading?: boolean;
|
|
978
978
|
};
|
|
979
|
-
declare const _default$
|
|
979
|
+
declare const _default$n: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
980
980
|
|
|
981
981
|
type BookingSpecialistInfoProps = {
|
|
982
982
|
name: string;
|
|
@@ -985,7 +985,7 @@ type BookingSpecialistInfoProps = {
|
|
|
985
985
|
avatar?: string;
|
|
986
986
|
isLoading?: boolean;
|
|
987
987
|
};
|
|
988
|
-
declare const _default$
|
|
988
|
+
declare const _default$m: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
989
989
|
|
|
990
990
|
type SpecialistCardProps = {
|
|
991
991
|
fullName?: string;
|
|
@@ -1034,7 +1034,7 @@ type SpecialistCardProps = {
|
|
|
1034
1034
|
};
|
|
1035
1035
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
1036
1036
|
|
|
1037
|
-
declare const _default$
|
|
1037
|
+
declare const _default$l: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1038
1038
|
isError?: boolean | undefined;
|
|
1039
1039
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1040
1040
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1058,11 +1058,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1058
1058
|
error?: string | null | undefined;
|
|
1059
1059
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1060
1060
|
|
|
1061
|
-
declare const _default$
|
|
1061
|
+
declare const _default$k: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1062
1062
|
isError?: boolean | undefined;
|
|
1063
1063
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1064
1064
|
|
|
1065
|
-
declare const _default$
|
|
1065
|
+
declare const _default$j: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1066
1066
|
options: {
|
|
1067
1067
|
id: string | number;
|
|
1068
1068
|
label: string | number;
|
|
@@ -1094,7 +1094,7 @@ type CustomCheckboxProps = {
|
|
|
1094
1094
|
isCheckbox?: boolean;
|
|
1095
1095
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1096
1096
|
};
|
|
1097
|
-
declare const _default$
|
|
1097
|
+
declare const _default$i: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1098
1098
|
|
|
1099
1099
|
type CheckboxListItem = {
|
|
1100
1100
|
id: ReactText;
|
|
@@ -1122,7 +1122,7 @@ type CheckboxListProps = {
|
|
|
1122
1122
|
from: string;
|
|
1123
1123
|
};
|
|
1124
1124
|
};
|
|
1125
|
-
declare const _default$
|
|
1125
|
+
declare const _default$h: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1126
1126
|
|
|
1127
1127
|
type BookingHeaderProps = {
|
|
1128
1128
|
title?: string;
|
|
@@ -1136,9 +1136,9 @@ type ProgressBarProps = {
|
|
|
1136
1136
|
progress: number;
|
|
1137
1137
|
loaderTitle?: string;
|
|
1138
1138
|
};
|
|
1139
|
-
declare const _default$
|
|
1139
|
+
declare const _default$g: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1140
1140
|
|
|
1141
|
-
declare const _default$
|
|
1141
|
+
declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1142
1142
|
title: string;
|
|
1143
1143
|
subTitle?: string | undefined;
|
|
1144
1144
|
isError?: boolean | undefined;
|
|
@@ -1169,7 +1169,7 @@ type FlagProps$1 = {
|
|
|
1169
1169
|
dimensions?: number;
|
|
1170
1170
|
className?: string;
|
|
1171
1171
|
};
|
|
1172
|
-
declare const _default$
|
|
1172
|
+
declare const _default$e: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1173
1173
|
|
|
1174
1174
|
type SpecialistLangsProps = {
|
|
1175
1175
|
showLoader?: boolean;
|
|
@@ -1209,7 +1209,7 @@ type ProfileInformationProps = {
|
|
|
1209
1209
|
reviews: string[];
|
|
1210
1210
|
};
|
|
1211
1211
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1212
|
-
declare const _default$
|
|
1212
|
+
declare const _default$d: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1213
1213
|
|
|
1214
1214
|
type SpecialistMatchProps = {
|
|
1215
1215
|
specialistFirstName?: string;
|
|
@@ -1221,7 +1221,7 @@ type SpecialistMatchProps = {
|
|
|
1221
1221
|
howWeMatchThis: string;
|
|
1222
1222
|
};
|
|
1223
1223
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1224
|
-
declare const _default$
|
|
1224
|
+
declare const _default$c: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1225
1225
|
|
|
1226
1226
|
type SpecialistStatisticProps = {
|
|
1227
1227
|
learnMoreClick: () => void;
|
|
@@ -1241,7 +1241,7 @@ type SpecialistStatisticProps = {
|
|
|
1241
1241
|
bookedSession: string;
|
|
1242
1242
|
};
|
|
1243
1243
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1244
|
-
declare const _default$
|
|
1244
|
+
declare const _default$b: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1245
1245
|
|
|
1246
1246
|
type RatingWithLabelProps = {
|
|
1247
1247
|
countOfReviews?: number;
|
|
@@ -1421,14 +1421,14 @@ type TypographyProps = {
|
|
|
1421
1421
|
className?: string;
|
|
1422
1422
|
children: React__default.ReactNode;
|
|
1423
1423
|
};
|
|
1424
|
-
declare const _default$
|
|
1424
|
+
declare const _default$a: React__default.NamedExoticComponent<TypographyProps>;
|
|
1425
1425
|
|
|
1426
1426
|
type AppFooterProps = {
|
|
1427
1427
|
children: React__default.ReactNode;
|
|
1428
1428
|
transparent?: boolean;
|
|
1429
1429
|
bottomSaveArea?: boolean;
|
|
1430
1430
|
};
|
|
1431
|
-
declare const _default$
|
|
1431
|
+
declare const _default$9: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1432
1432
|
|
|
1433
1433
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1434
1434
|
|
|
@@ -1440,14 +1440,14 @@ type AvatarProps = {
|
|
|
1440
1440
|
alt?: string;
|
|
1441
1441
|
showSkeleton?: boolean;
|
|
1442
1442
|
};
|
|
1443
|
-
declare const _default$
|
|
1443
|
+
declare const _default$8: React__default.NamedExoticComponent<AvatarProps>;
|
|
1444
1444
|
|
|
1445
1445
|
type SkeletonProps = {
|
|
1446
1446
|
animated?: boolean;
|
|
1447
1447
|
className?: string;
|
|
1448
1448
|
style?: React__default.CSSProperties;
|
|
1449
1449
|
};
|
|
1450
|
-
declare const _default$
|
|
1450
|
+
declare const _default$7: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1451
1451
|
|
|
1452
1452
|
type ButtonProps = {
|
|
1453
1453
|
fill?: 'outline' | 'clear';
|
|
@@ -1476,7 +1476,7 @@ type FlagProps = {
|
|
|
1476
1476
|
name: string;
|
|
1477
1477
|
className?: string;
|
|
1478
1478
|
};
|
|
1479
|
-
declare const _default$
|
|
1479
|
+
declare const _default$6: React__default.NamedExoticComponent<FlagProps>;
|
|
1480
1480
|
|
|
1481
1481
|
type PictureProps = {
|
|
1482
1482
|
width: number;
|
|
@@ -1491,7 +1491,7 @@ type PictureProps = {
|
|
|
1491
1491
|
alt?: string;
|
|
1492
1492
|
className?: string;
|
|
1493
1493
|
};
|
|
1494
|
-
declare const _default$
|
|
1494
|
+
declare const _default$5: React__default.NamedExoticComponent<PictureProps>;
|
|
1495
1495
|
|
|
1496
1496
|
type BadgeType = 'default' | 'accent';
|
|
1497
1497
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1501,7 +1501,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1501
1501
|
type?: BadgeType;
|
|
1502
1502
|
};
|
|
1503
1503
|
|
|
1504
|
-
declare const _default$
|
|
1504
|
+
declare const _default$4: React.NamedExoticComponent<BadgeProps>;
|
|
1505
1505
|
|
|
1506
1506
|
type AppHeaderProps = {
|
|
1507
1507
|
fullwidth?: boolean;
|
|
@@ -1531,13 +1531,41 @@ type ListBoxProps<T> = AriaListBoxProps<T>;
|
|
|
1531
1531
|
|
|
1532
1532
|
declare function ListBox<T extends Record<string, unknown>>(props: ListBoxProps<T>): JSX.Element;
|
|
1533
1533
|
|
|
1534
|
+
type BaseTypeProps = {
|
|
1535
|
+
onDatePress?: (date: Date, evt: React.MouseEvent<HTMLButtonElement>) => void;
|
|
1536
|
+
locale: string;
|
|
1537
|
+
timeZone?: string;
|
|
1538
|
+
selectionMode?: SelectionMode;
|
|
1539
|
+
renderCustomDateContent?: (date: Date, formattedDate: string, isSelected: boolean, isToday: boolean) => React.ReactNode;
|
|
1540
|
+
};
|
|
1541
|
+
type CalendarProps = AriaCalendarProps<DateValue> & BaseTypeProps & {
|
|
1542
|
+
slots?: Record<string, any[]>;
|
|
1543
|
+
fullWidth?: boolean;
|
|
1544
|
+
isShowWeekNames?: boolean;
|
|
1545
|
+
isShowMonthNavigation?: boolean;
|
|
1546
|
+
defaultSelectDates: Date[];
|
|
1547
|
+
selectionBehavior?: SelectionBehavior;
|
|
1548
|
+
onSelectionChange: (dates: Date[]) => void;
|
|
1549
|
+
};
|
|
1550
|
+
|
|
1551
|
+
declare function Calendar({ maxValue, defaultValue, timeZone, locale, isShowWeekNames, isShowMonthNavigation, selectionMode, onSelectionChange, defaultSelectDates, onDatePress, renderCustomDateContent, ...props }: CalendarProps): JSX.Element;
|
|
1552
|
+
|
|
1553
|
+
declare function VerticalCalendar({ maxValue, defaultValue, timeZone, locale, selectionMode, onSelectionChange, defaultSelectDates, onDatePress, renderCustomDateContent, fullWidth, ...props }: CalendarProps): JSX.Element;
|
|
1554
|
+
|
|
1555
|
+
type VerticalCalendarMonthSkeletonProps = {
|
|
1556
|
+
days: number;
|
|
1557
|
+
};
|
|
1558
|
+
declare function VerticalCalendarMonthSkeleton({ days, }: VerticalCalendarMonthSkeletonProps): JSX.Element;
|
|
1559
|
+
|
|
1560
|
+
declare function VerticalCalendarSkeleton(): JSX.Element;
|
|
1561
|
+
|
|
1534
1562
|
interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhint' | 'inputmode' | 'mode'> {
|
|
1535
1563
|
borderTop?: boolean;
|
|
1536
1564
|
showCounter?: boolean;
|
|
1537
1565
|
className?: string;
|
|
1538
1566
|
}
|
|
1539
1567
|
|
|
1540
|
-
declare const _default$
|
|
1568
|
+
declare const _default$3: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1541
1569
|
|
|
1542
1570
|
type RatingProps = {
|
|
1543
1571
|
initialRating?: number;
|
|
@@ -1546,14 +1574,14 @@ type RatingProps = {
|
|
|
1546
1574
|
onHover?: (value: number) => void;
|
|
1547
1575
|
};
|
|
1548
1576
|
|
|
1549
|
-
declare const _default$
|
|
1577
|
+
declare const _default$2: React__default.NamedExoticComponent<RatingProps>;
|
|
1550
1578
|
|
|
1551
1579
|
type IconButtonProps = {
|
|
1552
1580
|
icon: JSX.Element;
|
|
1553
1581
|
className?: string;
|
|
1554
1582
|
onClick?: () => void;
|
|
1555
1583
|
};
|
|
1556
|
-
declare const _default: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1584
|
+
declare const _default$1: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1557
1585
|
|
|
1558
1586
|
declare enum appThemes {
|
|
1559
1587
|
client = "client",
|
|
@@ -1576,45 +1604,150 @@ type AnyFunction = (...args: any[]) => any;
|
|
|
1576
1604
|
*/
|
|
1577
1605
|
declare function useEvent<TCallback extends AnyFunction>(callback: TCallback): TCallback;
|
|
1578
1606
|
|
|
1579
|
-
interface IconProps$
|
|
1607
|
+
interface IconProps$l extends React.SVGAttributes<SVGElement> {
|
|
1580
1608
|
size?: number | string;
|
|
1581
1609
|
color?: string;
|
|
1582
1610
|
}
|
|
1583
|
-
declare function
|
|
1611
|
+
declare function IconArrowLeft({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
1584
1612
|
|
|
1585
|
-
interface IconProps$
|
|
1613
|
+
interface IconProps$k extends React.SVGAttributes<SVGElement> {
|
|
1586
1614
|
size?: number | string;
|
|
1587
1615
|
color?: string;
|
|
1588
1616
|
}
|
|
1589
|
-
declare function
|
|
1617
|
+
declare function IconArrowRight({ color, size, ...other }: IconProps$k): JSX.Element;
|
|
1590
1618
|
|
|
1591
|
-
interface IconProps$
|
|
1619
|
+
interface IconProps$j extends React.SVGAttributes<SVGElement> {
|
|
1592
1620
|
size?: number | string;
|
|
1593
1621
|
color?: string;
|
|
1594
1622
|
}
|
|
1595
|
-
declare function
|
|
1623
|
+
declare function IconBeachAccess({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
1596
1624
|
|
|
1597
|
-
|
|
1625
|
+
interface IconProps$i extends React.SVGAttributes<SVGElement> {
|
|
1626
|
+
size?: number | string;
|
|
1627
|
+
color?: string;
|
|
1628
|
+
}
|
|
1629
|
+
declare function IconCalendar({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
1598
1630
|
|
|
1599
|
-
|
|
1631
|
+
interface IconProps$h extends React.SVGAttributes<SVGElement> {
|
|
1632
|
+
size?: number | string;
|
|
1633
|
+
color?: string;
|
|
1634
|
+
}
|
|
1635
|
+
declare function IconCalendarMonth({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
1636
|
+
|
|
1637
|
+
interface IconProps$g extends React.SVGAttributes<SVGElement> {
|
|
1638
|
+
size?: number | string;
|
|
1639
|
+
color?: string;
|
|
1640
|
+
}
|
|
1641
|
+
declare function IconChatOutline({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
1642
|
+
|
|
1643
|
+
interface IconProps$f extends React.SVGAttributes<SVGElement> {
|
|
1644
|
+
size?: number | string;
|
|
1645
|
+
color?: string;
|
|
1646
|
+
}
|
|
1647
|
+
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$f): JSX.Element;
|
|
1648
|
+
|
|
1649
|
+
interface IconProps$e extends React.SVGAttributes<SVGElement> {
|
|
1650
|
+
size?: number | string;
|
|
1651
|
+
color?: string;
|
|
1652
|
+
}
|
|
1653
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
1600
1654
|
|
|
1601
1655
|
declare const IconClose: FC<React.SVGAttributes<SVGElement>>;
|
|
1602
1656
|
|
|
1657
|
+
interface IconProps$d extends React.SVGAttributes<SVGElement> {
|
|
1658
|
+
size?: number | string;
|
|
1659
|
+
color?: string;
|
|
1660
|
+
}
|
|
1661
|
+
declare function IconEditCalendar({ color, size, ...props }: IconProps$d): JSX.Element;
|
|
1662
|
+
|
|
1663
|
+
interface IconProps$c extends React.SVGAttributes<SVGElement> {
|
|
1664
|
+
size?: number | string;
|
|
1665
|
+
color?: string;
|
|
1666
|
+
}
|
|
1667
|
+
declare function IconInvisible({ color, size, ...other }: IconProps$c): JSX.Element;
|
|
1668
|
+
|
|
1669
|
+
interface IconProps$b extends React.SVGAttributes<SVGElement> {
|
|
1670
|
+
size?: number | string;
|
|
1671
|
+
color?: string;
|
|
1672
|
+
}
|
|
1673
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$b): JSX.Element;
|
|
1674
|
+
|
|
1603
1675
|
declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
|
|
1604
1676
|
|
|
1677
|
+
interface IconProps$a extends React.SVGAttributes<SVGElement> {
|
|
1678
|
+
size?: number | string;
|
|
1679
|
+
color?: string;
|
|
1680
|
+
}
|
|
1681
|
+
declare function IconLogout({ color, size, ...other }: IconProps$a): JSX.Element;
|
|
1682
|
+
|
|
1683
|
+
interface IconProps$9 extends React.SVGAttributes<SVGElement> {
|
|
1684
|
+
size?: number | string;
|
|
1685
|
+
color?: string;
|
|
1686
|
+
}
|
|
1687
|
+
declare function IconPause({ color, size, ...other }: IconProps$9): JSX.Element;
|
|
1688
|
+
|
|
1689
|
+
type IconPlusProps = React.SVGProps<any>;
|
|
1690
|
+
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
1691
|
+
|
|
1692
|
+
interface IconProps$8 extends React.SVGAttributes<SVGElement> {
|
|
1693
|
+
size?: number | string;
|
|
1694
|
+
color?: string;
|
|
1695
|
+
}
|
|
1696
|
+
declare function IconProfileChecked({ color, size, ...other }: IconProps$8): JSX.Element;
|
|
1697
|
+
|
|
1698
|
+
interface IconProps$7 extends React.SVGAttributes<SVGElement> {
|
|
1699
|
+
size?: number | string;
|
|
1700
|
+
color?: string;
|
|
1701
|
+
}
|
|
1702
|
+
declare function IconProfileCircle({ color, size, ...other }: IconProps$7): JSX.Element;
|
|
1703
|
+
|
|
1704
|
+
interface IconProps$6 extends React.SVGAttributes<SVGElement> {
|
|
1705
|
+
size?: number | string;
|
|
1706
|
+
color?: string;
|
|
1707
|
+
}
|
|
1708
|
+
declare function IconProfileSetting({ color, size, ...other }: IconProps$6): JSX.Element;
|
|
1709
|
+
|
|
1710
|
+
interface IconProps$5 extends React.SVGAttributes<SVGElement> {
|
|
1711
|
+
size?: number | string;
|
|
1712
|
+
color?: string;
|
|
1713
|
+
}
|
|
1714
|
+
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$5): JSX.Element;
|
|
1715
|
+
|
|
1716
|
+
interface IconProps$4 extends React.SVGAttributes<SVGElement> {
|
|
1717
|
+
size?: number | string;
|
|
1718
|
+
color?: string;
|
|
1719
|
+
}
|
|
1720
|
+
declare function IconResume({ color, size, ...other }: IconProps$4): JSX.Element;
|
|
1721
|
+
|
|
1722
|
+
interface IconProps$3 extends React.SVGAttributes<SVGElement> {
|
|
1723
|
+
size?: number | string;
|
|
1724
|
+
color?: string;
|
|
1725
|
+
}
|
|
1726
|
+
declare function IconSettings({ color, size, ...other }: IconProps$3): JSX.Element;
|
|
1727
|
+
|
|
1728
|
+
declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
|
|
1729
|
+
|
|
1730
|
+
declare const IconStarFilled: FC<React.SVGAttributes<SVGElement>>;
|
|
1731
|
+
|
|
1605
1732
|
declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
|
|
1606
1733
|
|
|
1734
|
+
interface IconProps$2 extends React.SVGAttributes<SVGElement> {
|
|
1735
|
+
size?: number | string;
|
|
1736
|
+
color?: string;
|
|
1737
|
+
}
|
|
1738
|
+
declare function IconTime({ color, size, ...other }: IconProps$2): JSX.Element;
|
|
1739
|
+
|
|
1607
1740
|
interface IconProps$1 extends React.SVGAttributes<SVGElement> {
|
|
1608
1741
|
size?: number | string;
|
|
1609
1742
|
color?: string;
|
|
1610
1743
|
}
|
|
1611
|
-
declare function
|
|
1744
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$1): JSX.Element;
|
|
1612
1745
|
|
|
1613
1746
|
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
1614
1747
|
size?: number | string;
|
|
1615
1748
|
color?: string;
|
|
1616
1749
|
}
|
|
1617
|
-
declare function
|
|
1750
|
+
declare function IconVisible({ color, size, ...other }: IconProps): JSX.Element;
|
|
1618
1751
|
|
|
1619
1752
|
type CountryOfOriginModalProps = {
|
|
1620
1753
|
countries: string[];
|
|
@@ -1646,11 +1779,25 @@ type CardModalProps = {
|
|
|
1646
1779
|
presentingElement?: HTMLElement;
|
|
1647
1780
|
onDidDismiss?: () => void;
|
|
1648
1781
|
backButton?: boolean;
|
|
1782
|
+
canDismiss?: boolean;
|
|
1649
1783
|
renderHeader?: (props: {
|
|
1650
1784
|
backButton?: boolean;
|
|
1651
1785
|
onClose: () => void;
|
|
1652
1786
|
}) => React__default.ReactNode;
|
|
1653
1787
|
};
|
|
1654
|
-
declare const CardModal:
|
|
1788
|
+
declare const CardModal: React__default.ForwardRefExoticComponent<CardModalProps & {
|
|
1789
|
+
children?: React__default.ReactNode;
|
|
1790
|
+
} & React__default.RefAttributes<HTMLIonModalElement>>;
|
|
1791
|
+
|
|
1792
|
+
type SlotsGridProps = {
|
|
1793
|
+
times: string[];
|
|
1794
|
+
selectedKeys: Set<string>;
|
|
1795
|
+
onSelectionChange: (time: string) => void;
|
|
1796
|
+
classNameList?: string;
|
|
1797
|
+
classNameSlot?: string;
|
|
1798
|
+
isDisabled?: boolean;
|
|
1799
|
+
};
|
|
1800
|
+
|
|
1801
|
+
declare const _default: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
1655
1802
|
|
|
1656
|
-
export { AppFooter, _default$
|
|
1803
|
+
export { AppFooter, _default$9 as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$8 as Avatar_v2, _default$4 as Badge, _default$n as BookingScheduleTime, _default$m as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$I as ChatListItem, _default$G as ChatListSkeleton, _default$H as ChatMessage, ChatMessageSkeleton, _default$h as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$z as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$w as ConsultationModal, _default$u as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$i as CustomCheckbox, CustomRadioButton, _default$j as CustomSelect, _default$k as CustomTextarea, DatePicker, _default$s as DaySlider, DayToRender, _default$o as EducationCard, _default$F as EmptyChatList, EmptyChatMessages, _default$x as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$e as Flag, FlagTypes, _default$6 as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconArrowLeft, IconArrowRight, IconBeachAccess, _default$1 as IconButton, IconCalendar, IconCalendarMonth, IconChatOutline, IconCheckboxChecked, IconCheckboxUnchecked, IconClose, IconEditCalendar, IconInvisible, IconLanguage, IconLeftArrow, IconLogout, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconResume, IconSettings, IconStar, IconStarFilled, IconSuccess, IconTime, IconVerifiedUser, IconVisible, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$M as LetterAvatar, _default$f as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, ListOption, ListSelect, ListSelectProps, LouseConnect, _default$J as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$L as PersonDateTimeCard, _default$5 as Picture, _default$d as ProfileInformation, _default$q as ProfileView, _default$g as ProgressBar, Range, _default$2 as Rating, _default$t as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$K as SelectImpressionEmoji, _default$y as SignUpSessionButton, _default$v as SignUpSessionModal, Skeleton, _default$7 as Skeleton_v2, _default as SlotsGrid, _default$p as SpecialistAbout, SpecialistCard, _default$D as SpecialistEducationCard, SpecialistLangs, _default$c as SpecialistMatch, _default$C as SpecialistProfileViewCard, _default$b as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$l as TextInput, _default$E as Textarea, _default$3 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastProps, Toggle, TooltipComponent, _default$a as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$A as VideoCallInfo, _default$B as VideoPlayer, _default$r as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, toast, useDomRef, useEvent };
|
package/package.json
CHANGED
/package/dist/cjs/lib2/shared/assets/icons/{iconCheckboxChecked.d.ts → IconCheckboxChecked.d.ts}
RENAMED
|
File without changes
|
/package/dist/cjs/lib2/shared/assets/icons/{iconCheckboxUnchecked.d.ts → IconCheckboxUnchecked.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|